ODAC

TOraDataSet.GetArray Method

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

Class

TOraDataSet

Syntax

function GetArray(const FieldName: string): TOraArray;

Parameters
FieldName
Holds the name of an existing field.
Return Value
a TOraArray object for a field with known name.

Remarks

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

See Also

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