[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: barchart.pp line 74
type TCustomBarChart = class(TPanel) |
||
protected |
||
procedure Paint; override; |
|
|
class function GetControlClassDefaultSize; override; |
|
|
function RealGetText; override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
function AddBar(); |
|
|
function GetBar(); |
|
|
function BarCount; |
|
|
procedure BeginUpdate; |
|
|
procedure EndUpdate; |
|
|
procedure UpdateBarChart; |
|
|
published |
||
property Bars: TCollection; [rw] |
|
|
property Depth: Byte; [rw] |
|
|
property LabelPosition: TPosLabel; [rw] |
|
|
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 |