[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Frame - a container for all the other components on a form, or for a group of components within a form
Source position: forms.pp line 271
type TFrame = class(TCustomFrame) |
||
public |
||
constructor Create(); override; |
||
published |
||
property Align; |
|
|
property Anchors; |
|
|
property AutoScroll; |
|
|
property AutoSize; |
|
|
property ClientHeight; |
||
property ClientWidth; |
||
property Color; |
|
|
property Constraints; |
|
|
property Ctl3D; |
|
|
property DockSite; |
|
|
property DragCursor; |
|
|
property DragKind; |
|
|
property DragMode; |
|
|
property Enabled; |
|
|
property Font; |
|
|
property LCLVersion: String; [rws] |
||
property OnClick; |
|
|
property OnConstrainedResize; |
|
|
property OnContextPopup; |
|
|
property OnDblClick; |
|
|
property OnDockDrop; |
|
|
property OnDockOver; |
|
|
property OnDragDrop; |
|
|
property OnDragOver; |
|
|
property OnEndDock; |
|
|
property OnEndDrag; |
|
|
property OnEnter; |
|
|
property OnExit; |
|
|
property OnGetSiteInfo; |
|
|
property OnMouseDown; |
|
|
property OnMouseMove; |
|
|
property OnMouseUp; |
|
|
property OnMouseWheel; |
|
|
property OnMouseWheelDown; |
|
|
property OnMouseWheelUp; |
|
|
property OnResize; |
|
|
property OnStartDock; |
|
|
property OnStartDrag; |
|
|
property OnUnDock; |
|
|
property ParentColor; |
|
|
property ParentCtl3D; |
|
|
property ParentFont; |
|
|
property ParentShowHint; |
|
|
property PopupMenu; |
|
|
property ShowHint; |
|
|
property TabOrder; |
|
|
property TabStop; |
|
|
property Visible; |
|
|
end; |
|
Frame - a container for all the other components on a form, or for a group of components within a form |
|
| | ||
|
Custom Frame: The base type for Frame |
|
| | ||
|
Scrolling Window Control |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
The base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |