[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: barchart.pp line 105
type TBarChart = class(TCustomBarChart) |
||
published |
||
|
||
property Alignment: TAlignment; |
|
|
|
||
property AutoSize: Boolean; |
|
|
property BorderSpacing: TControlBorderSpacing; |
|
|
property BevelInner: TPanelBevel; |
|
|
property BevelOuter: TPanelBevel; |
|
|
property BevelWidth: TBevelWidth; |
|
|
property BorderWidth: TBorderWidth; |
|
|
property BorderStyle: TBorderStyle; |
|
|
|
||
property ClientHeight: Integer; |
|
|
property ClientWidth: Integer; |
|
|
|
||
property Constraints: TSizeConstraints; |
|
|
|
||
property Enabled: Boolean; |
|
|
|
||
property FullRepaint: Boolean; |
|
|
property ParentColor: Boolean; |
|
|
property ParentFont: Boolean; |
|
|
property ParentShowHint: Boolean; |
|
|
property PopupMenu: TPopupMenu; |
|
|
property ShowHint: Boolean; |
|
|
|
||
property TabStop: Boolean; |
|
|
property Visible: Boolean; |
|
|
property OnClick: TNotifyEvent; |
|
|
property OnDblClick: TNotifyEvent; |
|
|
property OnDragDrop: TDragDropEvent; |
|
|
property OnDragOver: TDragOverEvent; |
|
|
property OnEndDrag: TEndDragEvent; |
|
|
property OnEnter: TNotifyEvent; |
|
|
property OnExit: TNotifyEvent; |
|
|
property OnMouseDown: TMouseEvent; |
|
|
property OnMouseMove: TMouseMoveEvent; |
|
|
property OnMouseUp: TMouseEvent; |
|
|
property OnResize: TNotifyEvent; |
|
|
property OnStartDrag: TStartDragEvent; |
|
|
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 |