TcxDBEditorPropertiesCollection.Items Property
Provides indexed access to the data-aware items.
Declaration
property Items[Index: Integer]: TcxDBEditorRowItemProperties read; default;
Property Value
Type |
---|
TcxDBEditorRowItemProperties |
Remarks
Used to get indexed access to the specified data-aware item.
The Index parameter specifies the data-aware item.
See Also