The IUiDataSource interface contains properties and methods of the UiDataSource development environment component.
Property name | Brief description | |
The Dataset property determines the data set, for which the UiDataSource component is a means of transferring information to visual data access components. | ||
The Enabled property determines whether it is possible to select a component when working with a form. | ||
The State property returns the current state of the data source. |
Property name | Brief description | |
The ComponentCount property returns the number of child components, located on the parent component. | ||
The Components property returns a child component, the index of which is passed via the input parameter. | ||
The Data property is used to store any custom data. | ||
The Name property determines the component name. | ||
The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
Method name | Brief description | |
The Edit method allows to edit the data source. | ||
The IsLinkedTo method checks if the UiDataSource data source is linked to the Dataset data set. |
See also: