[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: buttons.inc line 41
type TButton = class(TCustomButton) |
||
published |
||
property CanExpandWidth; |
|
|
property Enabled; |
|
|
property Text; |
|
|
property OnClick; |
|
|
end; |
| | ||
|
Used to create new custom type of button components |
|
| | ||
|
Defines a button that could be embedded in another component. |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |
|
Used to create new custom type of button components |