Skip to main content

TdxMemFields.RecordCount Property

Returns the number of records in the parent TdxMemData component.

Declaration

property RecordCount: Integer read;

Property Value

Type Description
Integer

The number of records stored in the parent memory-based dataset.

Remarks

Use this property to identify the number of values accessible through the Values property.

See Also