27.06.2002, 12:23 | #1 |
Участник
|
Что такое "Args"
Объясните чайнику: как понимать
... Args = New Args(); ... Никакой информации по вопросу не нашел . И вообще чем определяется структура этого Args. Спасибо! |
|
27.06.2002, 12:50 | #2 |
----------------
|
Смотри AOT\System Documentation\Classes\Args
Цитата:
Class: Args extends Object
Run on: Called Methods finalize new Properties caller dataset designName name object parm parmEnum parmEnumType parmObject record wflClient Description The Args class is used to pass arguments to a class-constructor. Args can pass information such as name, caller and parameters to a new class. Forms, Reports and Queries all use the Args class as their first argument in the constructor. The preferred way to use Args is to Construct an Args object, supplying a name-string (see example), and then pass this Args object to the forms constructor or a Classfactory method. If you need to refer to the Args object passed to one of these classes, it can be reached using the Args() method. Remarks There are four methods that can be used to pass extra information to the new class: Parm - for passing strings, ParmEnum and ParmEnumType for passing Enums, and parmObject for passing an object of any type. Example { Args a = new Args("CustTable"); formRun fr = ClassFactory.FormRunClass(a); fr.init(); fr.run(); } See Also FormRun ,ReportRun , QueryRun |
|
Теги |
args |
|
Похожие темы | ||||
Тема | Ответов | |||
Что такое "Аналитика"? | 31 | |||
Что такое "Разноска журнала"? | 6 | |||
Что такое "Справочник"? | 6 | |||
"График предоплат" (С) glibs - что это такое? | 51 | |||
Что такое "текстовые Фактуры"? | 34 |
|