28.10.2006, 16:40 | #1 |
Участник
|
Palle Agermark: Get the caption of a running form
Источник: http://blogs.msdn.com/palle_agermark...17/668186.aspx
============== Here is a small tip on how you from code can get the caption of a running form: static void GetCaption(Args _args) { Args args = new Args(formstr(CustTable)); FormRun fr = ClassFactory::formRunClassOnClient(args); ; print Winapi::getWindowText(Winapi::getForegroundWindow());...(read more) ============== Источник: http://blogs.msdn.com/palle_agermark...17/668186.aspx |
|
|
|