Class tdialprop
Unit
Declaration
type tdialprop = class(townedpersistent)
Description
No description available, ancestor townedpersistent description follows
No description available, ancestor tvirtualpersistent description follows
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- townedpersistent
- tdialprop
Overview
Fields
![]() |
flayoutvalid: boolean; |
Methods
![]() |
procedure changed; virtual; |
![]() |
function getactcaption(const avalue: real; const aformat: msestring): msestring; |
![]() |
function actualcolor: colorty; |
![]() |
function actualwidthmm: real; |
![]() |
constructor create(aowner: tobject); override; |
![]() |
destructor destroy; override; |
![]() |
procedure createfont; |
Properties
![]() |
property color: colorty read fli.color write setcolor
default cl_default; |
![]() |
property widthmm: real read fli.widthmm write setwidthmm; |
![]() |
property dashes: string read fli.dashes write setdashes; |
![]() |
property indent: integer read fli.indent
write setindent default 0; |
![]() |
property length: integer read fli.length
write setlength default 0; |
![]() |
property caption: msestring read fli.caption write setcaption; |
![]() |
property captionunit: msestring read fli.captionunit write setcaptionunit; |
![]() |
property captiondist: integer read fli.captiondist write setcaptiondist
default 2; |
![]() |
property captionoffset: integer read fli.captionoffset write setcaptionoffset
default 0; |
![]() |
property font: tdialpropfont read getfont write setfont stored isfontstored; |
![]() |
property escapement: real read fli.escapement write setescapement; |
Description
Fields
![]() |
flayoutvalid: boolean; |
Methods
![]() |
procedure changed; virtual; |
![]() |
function getactcaption(const avalue: real; const aformat: msestring): msestring; |
![]() |
function actualcolor: colorty; |
![]() |
function actualwidthmm: real; |
![]() |
constructor create(aowner: tobject); override; |
![]() |
destructor destroy; override; |
![]() |
procedure createfont; |
Properties
![]() |
property color: colorty read fli.color write setcolor
default cl_default; |
![]() |
property widthmm: real read fli.widthmm write setwidthmm; |
![]() |
property dashes: string read fli.dashes write setdashes; |
![]() |
property indent: integer read fli.indent
write setindent default 0; |
![]() |
property length: integer read fli.length
write setlength default 0; |
![]() |
property caption: msestring read fli.caption write setcaption; |
![]() |
property captionunit: msestring read fli.captionunit write setcaptionunit; |
![]() |
property captiondist: integer read fli.captiondist write setcaptiondist
default 2; |
![]() |
property captionoffset: integer read fli.captionoffset write setcaptionoffset
default 0; |
![]() |
property font: tdialpropfont read getfont write setfont stored isfontstored; |
![]() |
property escapement: real read fli.escapement write setescapement; |
Generated by PasDoc 0.16.0.


