[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: customdrawncontrols.pas line 132
type TCDButton = class(TCDButtonControl) |
||
protected |
||
|
||
procedure Click; override; |
||
function GetControlId; override; |
|
|
procedure CreateControlStateEx; override; |
|
|
procedure PrepareControlStateEx; override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
published |
||
property Action; |
|
|
property Align; |
|
|
property Anchors; |
|
|
property AutoSize; |
|
|
property Caption; |
|
|
property Color; |
|
|
property Constraints; |
|
|
property DrawStyle; |
|
|
property Enabled; |
|
|
property Font; |
|
|
|
||
property Kind: TBitBtnKind; [rw] |
||
property ModalResult: TModalResult; [rw] |
||
property OnChangeBounds; |
|
|
property OnClick; |
|
|
property OnContextPopup; |
|
|
property OnDragDrop; |
|
|
property OnDragOver; |
|
|
property OnEndDrag; |
|
|
property OnEnter; |
|
|
property OnExit; |
|
|
property OnKeyDown; |
|
|
property OnKeyPress; |
|
|
property OnKeyUp; |
|
|
property OnMouseDown; |
|
|
property OnMouseEnter; |
|
|
property OnMouseLeave; |
|
|
property OnMouseMove; |
|
|
property OnMouseUp; |
|
|
property OnResize; |
|
|
property OnStartDrag; |
|
|
property OnUTF8KeyPress; |
|
|
property ParentFont; |
|
|
property ParentShowHint; |
|
|
property PopupMenu; |
|
|
property ShowHint; |
|
|
property TabOrder; |
|
|
property TabStop; |
|
|
property Visible; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |