The IDefParameters interface is used to work with the collection of data entry form parameters.
IDefParameters
The parameters collection can be obtained using the IDataEntryForm.Parameters property.
Property name | Brief description | |
Count | The Count property returns the number of collection parameters. | |
Item | The Item property returns parameters settings with the specified index. |
Method name | Brief description | |
Add | The Add method creates a new data entry for parameter and returns its settings. | |
ApplyChanges | The ApplyChanges method applies changes in parameter settings to data entry form. | |
BeginUpdate | The BeginUpdate method locks the parameters collection for edit. | |
CancelChanges | The CancelChanges method cancels changes in parameter settings. | |
Remove | The Remove method removes parameter with the specified key. | |
Swap | The Swap method swaps the two specified parameter. |
See also: