TdxPSDBBasedExplorerItem.ID Property
Returns the item’s ID.
Declaration
property ID: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The ID property returns the item’s unique ID. This value is taken from a dataset field specified by the explorer component’s ItemsFieldNamesMap.ID property. The field value is read from the record corresponding to the current item.
See Also