Vcl.OleCtnrs
Package | vcl240.bpl |
---|
Contents
Classes
IVCLFrameForm | |
TOleContainer | TOleContainer embeds or links OLE objects. |
TOleForm | TOleForm is an object that provides OLE support for a TForm object. |
Routines
DestroyMetaPict | Frees a metafile resource given its handle. |
Types
_di_IVCLFrameForm | |
TAutoActivate | |
TCreateInfo | TCreateInfo is used by TOleContainer's CreateObjectFromInfo method. |
TCreateType | TCreateType is an enumerated type that defines values for TCreateInfo's CreateType field. |
TObjectMoveEvent | |
TObjectState | |
TSizeMode | |
TVerbInfo |
Constants
ovDiscardUndoState | ovDiscardUndoState: Integer = $FFFFFFFA; |
ovHide | ovHide: Integer = $FFFFFFFD; |
ovInPlaceActivate | ovInPlaceActivate: Integer = $FFFFFFFB; |
ovOpen | ovOpen: Integer = $FFFFFFFE; |
ovPrimary | ovPrimary: Integer = $FFFF0000; |
ovShow | ovShow: Integer = $FFFFFFFF; |
ovUIActivate | ovUIActivate: Integer = $FFFFFFFC; |