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

TUNBPage

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

Declaration

Source position: extctrls.pp line 328

type TUNBPage = class(TCustomControl)

protected

  procedure SetParent(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

published

  property OnBeforeShow: TBeforeShowPageEvent; [rw]

  property ChildSizing;

  property ClientWidth;

  property ClientHeight;

  property Left; [s]

  property Top; [s]

  property Width; [s]

  property Height; [s]

  property OnContextPopup;

  property OnEnter;

  property OnExit;

  property OnMouseDown;

  property OnMouseEnter;

  property OnMouseLeave;

  property OnMouseMove;

  property OnMouseUp;

  property OnResize;

  property ParentShowHint;

  property PopupMenu;

  property TabOrder; [s]

  property Visible; [s]

end;

Inheritance

TUNBPage

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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