Data.DB.TParam.AsObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsObject: TObject read GetAsObject write SetAsObject;

C++

__property System::TObject* AsObject = {read=GetAsObject, write=SetAsObject};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TParam

Description

Specifies the TObject stored by the TParam instance, provided that the instance stores this type of value.

The property AsObject specifies the TObject stored by the TParam instance, provided that the instance stores this type of value.

AsObject is also used by the TSqlServerMethod component to access TObject parameters.

See Also