You are here: Symbol Reference > JSEditDialog Namespace > Classes > TJSEditProperties Class > TJSEditProperties Properties > TJSEditProperties.CoverageType Property
LMD DialogPack
ContentsIndexHome
PreviousUpNext
TJSEditProperties.CoverageType Property

Specify the CoverageType for the edit control.

Pascal
property CoverageType: TCoverageType;

The value of the CoverageType property is used to help interpret the Coverage value.

Percentage 

To have an edit controls width on a TJSEditDialog by half the width of the dialog use the following Coverage and CoverageType values:

50 
CoverageType 
ctPercent 

 

Pixels 

To have an edit controls width be 100 pixels, specify the following values:

100 
CoverageType 
ctPixels 
Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!