TdxMemFields Methods
A collection of memory fields in the TdxMemData component.Name | Description |
---|---|
Add(TField) protected | Appends a specified dataset field to the collection. |
Clear protected | Clears the collection. |
Equals(TObject) | Inherited from TObject. |
GetActiveBuffer(TRecordBuffer,TRecordBuffer,TField) | |
GetBuffer(TRecordBuffer,Integer) | |
GetCount | Returns the number of memory fields in a TdxMemFields collection. |
GetHashCode | Inherited from TObject. |
GetHasValue(TdxMemField,Integer) | |
GetValue(TdxMemField,Integer) | |
IndexOf(TField) | Locates the MemField object in a MemFields array. |
SetActiveBuffer(TRecordBuffer,TRecordBuffer,TField) | |
SetBuffer(TRecordBuffer,Integer) | |
SetHasValue(TdxMemField,Integer,AnsiChar) | |
SetValue(TdxMemField,Integer,TRecordBuffer) | |
ToString | Inherited from TObject. |
See Also