TdxPDFForm.FieldNames Property
In This Article
Returns a string list populated with names of all interactive fields on the form.
#Declaration
Delphi
property FieldNames: TStringList read;
#Property Value
Type | Description |
---|---|
TString |
A string list. |
See Also