TdxCustomMemData.SortedField Property
In This Article
Deprecated. Specifies the name of the dataset field against which the TdxMemData component sorts data.
#Declaration
Delphi
property SortedField: string read; write;
#Property Value
Type | Description |
---|---|
string | The name of the dataset field against which the component sorts data. |
#Remarks
Warning
The Sorted
property is deprecated and exists only to maintain backward compatibility. Use Sorted
See Also