[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TButton

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

Declaration

Source position: buttons.inc line 41

type TButton = class(TCustomButton)

published

  property CanExpandWidth;

  

  property Enabled;

  

  property Text;

  

  property OnClick;

  

end;

Inheritance

TButton

|

TCustomButton

  

Used to create new custom type of button components

|

TGenericButton

  

Defines a button that could be embedded in another component.

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject

See also

TCustomButton

  

Used to create new custom type of button components