[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msedial.pas line 300
type tcustomdialcontroller = class(tvirtualpersistent) |
public |
constructor create(); virtual; |
destructor destroy; override; |
procedure createfont; |
procedure paint(); |
procedure afterpaint(); |
property options: dialoptionsty; [rw] |
property visible: Boolean; [rw] |
property opposite: Boolean; [rw] |
property sideline: Boolean; [rw] |
property boxline: Boolean; [rw] |
property log: Boolean; [rw] |
property front: Boolean; [rw] |
property direction: graphicdirectionty; [rw] |
property indent1: Integer; [rw] |
property indent2: Integer; [rw] |
property fitdist: Integer; [rw] |
property start: real; [rw] |
property shift: real; [rw] |
property range: real; [rw] |
property kind: dialdatakindty; [rw] |
property markers: tdialmarkers; [rw] |
property ticks: tdialticks; [rw] |
property widthmm: real; [rw] |
property angle: real; [rw] |
end; |
| |
| |
tpersistent |
? |
TObject |