Vcl.OleCtrls.TOleControl.SaveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SaveObject: HResult; stdcall;

C++

HRESULT __stdcall SaveObject();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Saves the object to persistent storage.

SaveObject is called by an enclosed ActiveX control whenever saving it is required. The call blocks until the operation completes. This guarantees that the object has been stored before the call returns.

See Also