[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomFrame - the base type for TFrame
Source position: forms.pp line 249
type TCustomFrame = class(TScrollingWinControl) |
||
protected |
||
procedure GetChildren(); override; |
|
|
procedure Notification(); override; |
|
|
procedure SetParent(); override; |
|
Find who the parents are and store the information |
procedure DefineProperties(); override; |
||
public |
||
constructor Create(); override; |
|
|
function GetControlClassDefaultSize; override; |
|
Find the default size for this class of controls (by reference to parents) |
end; |
|
TCustomFrame - the base type for TFrame |
|
| | ||
|
TScrollingWinControl - a class of Window Contrl that has one or more scroll bars |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |