FindEditField Method |
Top Previous Next |
Gets the specified unprotected field, searching it by its name.
Visual Basic Syntax
[TTnbField =] TNBXmlClient.FindEditField (caption As String)
Delphi Syntax
[TTnbField :=] TNBXmlClient.FindEditField (caption:String);
Remarks
Caption parameter specifies the name of the label asociated with the field.
|