[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: barchart.pp line 111
type TBarChart = class(TCustomBarChart) |
||
published |
||
property Align; |
|
|
property Alignment; |
|
|
property Anchors; |
|
|
property AutoSize; |
|
|
property BorderSpacing; |
|
|
property BevelInner; |
|
|
property BevelOuter; |
|
|
property BevelWidth; |
|
|
property BorderWidth; |
|
|
property BorderStyle; |
|
|
property Caption; |
|
|
property ClientHeight; |
|
|
property ClientWidth; |
|
|
property Color; |
|
|
property Constraints; |
|
|
property DragMode; |
|
|
property Enabled; |
|
|
property Font; |
|
|
property FullRepaint; |
|
|
property ParentColor; |
|
|
property ParentFont; |
|
|
property ParentShowHint; |
|
|
property PopupMenu; |
|
|
property ShowHint; |
|
|
property TabOrder; |
|
|
property TabStop; |
|
|
property Visible; |
|
|
property OnClick; |
|
|
property OnDblClick; |
|
|
property OnDragDrop; |
|
|
property OnDragOver; |
|
|
property OnEndDrag; |
|
|
property OnEnter; |
|
|
property OnExit; |
|
|
property OnMouseDown; |
|
|
property OnMouseMove; |
|
|
property OnMouseUp; |
|
|
property OnResize; |
|
|
property OnStartDrag; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
The main class for a general container which can hold other objects. It has a customizable border and a central text. |
|
| | ||
|
The base class for a general container which can hold other objects. It has a customizable border and a central text. |
|
| | ||
|
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 |