TdxMemFields Members
A collection of memory fields in the TdxMemData component.Constructors
Name | Description |
---|---|
Create(TdxCustomMemData) | Initializes a new instance of the TdxMemFields class with specified settings. |
Properties
Name | Description |
---|---|
Count | Returns the number of memory fields in the collection. |
DataSet | Provides access to the TdxMemData component to which the memory field collection belongs. |
Items | Provides indexed access to memory fields in the collection. |
RecordCount | Returns the number of records in the parent TdxMemData component. |
Values |
Methods
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