[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_button' (#fpgui)

TfpgButton

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

Concrete button class used in user interfaces

Declaration

Source position: fpg_button.pas line 135

type TfpgButton = class(TfpgBaseButton)

published

  property Align;

  property AllowAllUp;

  property AllowDown;

  property AllowMultiLineText;

  property BackgroundColor;

  property Default;

  property Down;

  property Embedded;

  property Enabled;

  property Flat;

  property FontDesc;

  property GroupIndex;

  property Height;

  property Hint;

  property ImageLayout;

  property ImageMargin;

  property ImageName;

  property ImageSpacing;

  property Left;

  property MaxHeight;

  property MaxWidth;

  property MinHeight;

  property MinWidth;

  property ModalResult;

  property ParentShowHint;

  property ShowHint;

  property ShowImage;

  property TabOrder;

  property Text;

  property TextColor;

  property Top;

  property Width;

  property OnClick;

  property OnDragEnter;

  property OnDragLeave;

  property OnDragDrop;

  property OnDragStartDetected;

  property OnMouseDown;

  property OnMouseExit;

  property OnMouseEnter;

  property OnMouseMove;

  property OnMouseUp;

  property OnShowHint;

end;

Inheritance

TfpgButton

  

Concrete button class used in user interfaces

|

TfpgBaseButton,ICommandHolder

  

Base class the represents a push button control

|

TfpgWidget

?

TObject

Description

Concrete button class used in user interfaces. This class is a descendant of TfpgBaseButton and simply publishes various properties for runtime type information.

See also

TfpgBaseButton

  

Base class the represents a push button control


Documentation generated on: 2012-01-26