Skip to main content

TdxMemField.Index Property

Specifies the field’s index in the memory field collection.

Declaration

property Index: Integer read;

Property Value

Type
Integer

Remarks

Use this property to locate or move the memory field within a TdxMemData component. The Index property value determines the field display position in an associated data grid control.

Alternatively, you can rearrange fields in the Fields editor at design time.

See Also