RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.SaveObject Method

Saves the object to persistent storage.

Pascal
function SaveObject: HResult; stdcall;
C++
__fastcall __stdcall HRESULT SaveObject();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!