RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleForm Class

TOleForm is an object that provides OLE support for a TForm object.

Pascal
TOleForm = class(TInterfacedObject, IOleForm, IOleWindow, IOleInPlaceUIWindow, IOleInPlaceFrame, IVCLFrameForm);
C++
class TOleForm : public TInterfacedObject, public IOleForm, public IOleWindow, public IOleInPlaceUIWindow, public IOleInPlaceFrame, public IVCLFrameForm;

TOleForm implements the IOleForm, IOleWindow, IOleInPlaceUIWindow, and IOleInPlaceFrame interfaces, as well as an interface for internal use. The implementation of the TOleForm object is used internally by the Visual Component Library. 

 

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