ODAC

TOraDataSet.GetObject Method

Retrieves a TOraObject object for a field with known name.

Class

TOraDataSet

Syntax

function GetObject(const FieldName: string): TOraObject;

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

Remarks

Call the GetObject method to retrieve a TOraObject object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftObject, ftReference, ftArray or ftTable type.

See Also

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