IBDAC

TCustomIBCDataSet.GetArray Method

Retrieves a TIBCArray object for a field when only its name is known.

Class

TCustomIBCDataSet

Syntax

function GetArray(FieldDesc: TFieldDesc): TIBCArray; overload;function GetArray(const FieldName: string): TIBCArray; overload;

Parameters
FieldName
Holds the field name of an existing field.
Return Value
The TIBCArray object, if a field with a matching name was found.

Remarks

Call the GetArray method to retrieve a TIBCArray object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftIBCArray type.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback