TdxMemFields.IndexOf(TField) Method
Locates the MemField object in a MemFields array.
Declaration
function IndexOf(AField: TField): TdxMemField;
Parameters
| Name | Type |
|---|---|
| AField | TField |
Returns
| Type |
|---|
| TdxMemField |
Remarks
Call the IndexOf to get the MemField specified by the Field parameter. If the required field is not found, IndexOf returns nil.
See Also