[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: barchart.pp line 44
type TBar = class(TCollectionItem) |
||
protected |
||
function GetDisplayName; override; |
|
|
published |
||
property SName: ; [rw] |
|
|
property Value: Integer; [rw] |
|
|
|
||
end; |
|
||
| | ||
TCollectionItem |
||
? | ||
TObject |