Data.DBXCommon.TDBXCallbackValue.SetObjectValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetObjectValue(const Value: TObject; const AInstanceOwner: Boolean); override;

C++

virtual void __fastcall SetObjectValue(System::TObject* const Value, const bool AInstanceOwner);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCallbackValue

Description

Sets the value of this TDBXWritableValue to Value, which is a serializable object.

Data.DBXCommon.TDBXCallbackValue.SetObjectValue inherits from Data.DBXCommon.TDBXWritableValue.SetObjectValue. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetObjectValue.

Sets the value of this TDBXWritableValue to Value, which is a serializable object.

See Also