TdxPDFForm Members
In This Article
#Properties
Name | Description |
---|---|
Field |
Returns the number of interactive fields on the form. |
Field |
Returns a string list populated with names of all interactive fields on the form. |
#Methods
Name | Description |
---|---|
Clear |
Clears all field values. |
Equals |
Inherited from TObject. |
Flatten | Flattens all interactive fields on the form. |
Flatten |
Flattens the specified interactive field on the form. |
For |
Performs a specific set of actions on all interactive fields on the form. |
Get |
Returns a button field by its name on the form. |
Get |
Returns a checkbox field by its name on the form. |
Get |
Returns a combobox field by its name on the form. |
Get |
Returns an interactive field by its name on the form. |
Get |
Inherited from TObject. |
Get |
Returns a list box field by its name on the form. |
Get |
Returns a radio group field by its name on the form. |
Get |
Returns a text field by its name on the form. |
Load |
Loads interactive field values from a specified file. |
Load |
Loads interactive field values from a specified stream. |
Reset | Restores the default values for all interactive fields on the form. |
Save |
Saves all exportable field values to a file. |
Save |
Saves all exportable field values to a stream in the specified format. |
To |
Inherited from TEnumerable |
To |
Inherited from TObject. |
Try |
Returns a button field by its name if the field is on the form. |
Try |
Returns a checkbox field by its name if the field is on the form. |
Try |
Returns a combo box field by its name if the field is on the form. |
Try |
Returns an interactive field by its name if the field is on the form. |
Try |
Returns a list box field by its name if the field is on the form. |
Try |
Returns a radio group field by its name if the field is on the form. |
Try |
Returns a text field by its name if the field is on the form. |
See Also