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

TCustomFrame

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

Custom Frame: The base type for Frame

Declaration

Source position: forms.pp line 247

type TCustomFrame = class(TScrollingWinControl)

protected

  procedure GetChildren(); override;

  

  procedure Notification(); override;

  

  procedure SetParent(); override;

  

  function GetControlClassDefaultSize; override;

  

  procedure DefineProperties(); override;

public

  constructor Create(); override;

  

end;

Inheritance

TCustomFrame

  

Custom Frame: The base type for Frame

|

TScrollingWinControl

  

Scrolling Window Control

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.