есть название прцедуры
| Код | String fo, ob, t, t1; // for (int f = 1; f < Application->ComponentCount; f++) { for (int i = 0; i < Application->Components[f]->ComponentCount; i++) { if (Application->Components[f]->Components[i]->ClassNameIs("TComboBox")) { fo = String(Application->Components[f]->Name); ob = String(((TComboBox *)Application->Components[f]->Components[i])->Name); t1 = fo + "->" + ob + "Change"; // ((TComboBox *)Application->Components[f]->Components[i])->OnChange = t1; } } }
|
вопрос как мне ее запустить |