[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomFrame

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TCustomFrame - the base type for TFrame

Declaration

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;

Inheritance

TCustomFrame

  

TCustomFrame - the base type for TFrame

|

TScrollingWinControl

  

TScrollingWinControl - a class of Window Contrl that has one or more scroll bars

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject