Class tdialprop

Unit

Declaration

type tdialprop = class(townedpersistent)

Description

No description available, ancestor townedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Fields

Protected flayoutvalid: boolean;

Methods

Protected procedure changed; virtual;
Protected function getactcaption(const avalue: real; const aformat: msestring): msestring;
Protected function actualcolor: colorty;
Protected function actualwidthmm: real;
Public constructor create(aowner: tobject); override;
Public destructor destroy; override;
Public procedure createfont;

Properties

Published property color: colorty read fli.color write setcolor default cl_default;
Published property widthmm: real read fli.widthmm write setwidthmm;
Published property dashes: string read fli.dashes write setdashes;
Published property indent: integer read fli.indent write setindent default 0;
Published property length: integer read fli.length write setlength default 0;
Published property caption: msestring read fli.caption write setcaption;
Published property captionunit: msestring read fli.captionunit write setcaptionunit;
Published property captiondist: integer read fli.captiondist write setcaptiondist default 2;
Published property captionoffset: integer read fli.captionoffset write setcaptionoffset default 0;
Published property font: tdialpropfont read getfont write setfont stored isfontstored;
Published property escapement: real read fli.escapement write setescapement;

Description

Fields

Protected flayoutvalid: boolean;
 

Methods

Protected procedure changed; virtual;
 
Protected function getactcaption(const avalue: real; const aformat: msestring): msestring;
 
Protected function actualcolor: colorty;
 
Protected function actualwidthmm: real;
 
Public constructor create(aowner: tobject); override;
 
Public destructor destroy; override;
 
Public procedure createfont;
 

Properties

Published property color: colorty read fli.color write setcolor default cl_default;
 
Published property widthmm: real read fli.widthmm write setwidthmm;
 
Published property dashes: string read fli.dashes write setdashes;
 
Published property indent: integer read fli.indent write setindent default 0;
 
Published property length: integer read fli.length write setlength default 0;
 
Published property caption: msestring read fli.caption write setcaption;
 
Published property captionunit: msestring read fli.captionunit write setcaptionunit;
 
Published property captiondist: integer read fli.captiondist write setcaptiondist default 2;
 
Published property captionoffset: integer read fli.captionoffset write setcaptionoffset default 0;
 
Published property font: tdialpropfont read getfont write setfont stored isfontstored;
 
Published property escapement: real read fli.escapement write setescapement;
 

Generated by PasDoc 0.16.0.