Unit 'ButtonPanel' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomButtonPanel

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

Declaration

Source position: buttonpanel.pas line 58

type TCustomButtonPanel = class(TCustomPanel)

protected

  function CreateControlBorderSpacing; override;

  

  function CustomAlignInsertBefore(); override;

  

  procedure CustomAlignPosition(); override;

  

  procedure CalculatePreferredSize(); override;

  

  procedure Notification(); override;

  

  procedure SetAlign(); override;

  

  procedure CMAppShowBtnGlyphChanged(); message;

  

  procedure CMShowingChanged(); message;

  

public

  constructor Create(); override;

  

  property Align: TAlign;

  

  property AutoSize: Boolean;

  

  property OKButton: TPanelBitBtn; [r]

  

  property HelpButton: TPanelBitBtn; [r]

  

  property CloseButton: TPanelBitBtn; [r]

  

  property CancelButton: TPanelBitBtn; [r]

  

  property ButtonOrder: TButtonOrder; [rw]

  

  property DefaultButton: TPanelButtonEx; [rw]

  

  property ShowButtons: TPanelButtons; [rw]

  

  property ShowGlyphs: TPanelButtons; [rw]

  

  property ShowBevel: Boolean; [rw]

  

  property Spacing: TSpacingSize; [rw]

  

end;

Inheritance

TCustomButtonPanel

  

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio