Data.DB.TParam.AsObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParam

Delphi

property AsObject: TObject read GetAsObject write SetAsObject;

C++

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

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