TdxMemFields.Add(TField) Method
Appends a specified dataset field to the collection.
Declaration
function Add(AField: TField): TdxMemField;
Parameters
Name | Type |
---|---|
AField | TField |
Returns
Type |
---|
TdxMemField |
Remarks
This function returns a new memory field it creates from a dataset field passed as the AField parameter.
See Also