Vcl.OleCtnrs.TOleForm

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTOleForm

Delphi

TOleForm = class(TInterfacedObject, IOleForm, IOleWindow, IOleInPlaceUIWindow,
IOleInPlaceFrame, IVCLFrameForm)

C++

class PASCALIMPLEMENTATION TOleForm : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs Vcl.OleCtnrs

Description

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

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.