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

TUntabbedNotebook

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

Declaration

Source position: extctrls.pp line 389

type TUntabbedNotebook = class(TCustomControl)

public

  constructor Create(); override;

  destructor Destroy; override;

  property Page: TUNBPage; [r]

published

  property PageIndex: Integer; [rw]

  property Pages: TStrings; [r]

  property Align;

  property Anchors;

  property BorderSpacing;

  property Constraints;

  property DragCursor;

  property DragMode;

  property Enabled;

  property OnChangeBounds;

  property OnContextPopup;

  property OnDragDrop;

  property OnDragOver;

  property OnEndDrag;

  property OnEnter;

  property OnExit;

  property OnMouseDown;

  property OnMouseEnter;

  property OnMouseLeave;

  property OnMouseMove;

  property OnMouseUp;

  property OnResize;

  property OnStartDrag;

  property PopupMenu;

  property TabOrder;

  property TabStop;

end;

Inheritance

TUntabbedNotebook

|

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.