| Description | Hierarchy | Fields | Methods | Properties |
type TIntegerDataListItem = class(TCustomDataListItem)
TIntegerDataListItem is a TCustomDataListItem specialized for specialized for holding integers.
![]() |
FValues: TOneDIntegerArray; |
![]() |
function GetValues(const Index: Integer): Integer; |
![]() |
procedure SetValues(const Index, Value: Integer); |
![]() |
function GetValuesLength: integer; override; |
![]() |
procedure ReadValues(Reader: TReader); |
![]() |
procedure SetValuesLength(const Value: integer); override; |
![]() |
procedure WriteValues(Writer: TWriter); |
![]() |
procedure DefineProperties(Filer: TFiler); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Values[constIndex:Integer]: Integer read GetValues write
SetValues; |
![]() |
FValues: TOneDIntegerArray; |
|
| |
![]() |
function GetValues(const Index: Integer): Integer; |
|
See Values. | |
![]() |
procedure SetValues(const Index, Value: Integer); |
|
See Values. | |
![]() |
function GetValuesLength: integer; override; |
|
| |
![]() |
procedure ReadValues(Reader: TReader); |
|
| |
![]() |
procedure SetValuesLength(const Value: integer); override; |
|
| |
![]() |
procedure WriteValues(Writer: TWriter); |
|
| |
![]() |
procedure DefineProperties(Filer: TFiler); override; |
|
| |
![]() |
procedure Assign(Source: TPersistent); override; |
|
Assign copies all the values from Source (which must be a TCustomDataListItem) to the object calling Assign | |
![]() |
property Values[constIndex:Integer]: Integer read GetValues write
SetValues; |
|
Values is used to access the data stored in the See also
| |