Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the dialog field method.
Syntax
protected void overrideDialogFieldMethod(
DialogField _dialogField,
MethodName _controlMethodName,
MethodName _objMethodName,
[Object _object])
Run On
Called
Parameters
- _dialogField
Type: DialogField Class
Dialog field, shall be initialized before PostBuild super() call.
- _controlMethodName
Type: MethodName Extended Data Type
The control method name which method was overrided.
- _objMethodName
Type: MethodName Extended Data Type
The object method name on which the override method resides.
- _object
Type: Object Class
The object on which the override method resides.