Class tdropdowncol

Unit

Declaration

type tdropdowncol = class(tdropdowndata)

Description

No description available, ancestor tdropdowndata description follows
No description available, ancestor tmsestringdatalist description follows
No description available, ancestor tpoorstringdatalist description follows
No description available, ancestor tdynamicpointerdatalist description follows
No description available, ancestor tdynamicdatalist description follows
No description available, ancestor tdatalist description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Fields

Protected fowner: tobject;

Methods

Protected procedure defineproperties(filer: tfiler); override;
Public constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce;
Public destructor destroy(); override;
Public procedure createfont();
Public procedure createfontselect();

Properties

Published property width: integer read fwidth write fwidth default griddefaultcolwidth;
Published property options: coloptionsty read foptions write setoptions default defaultdropdowncoloptions;
Published property textflags: textflagsty read ftextflags write ftextflags default defaultdropdowncoltextflags;
Published property passwordchar: msechar read fpasswordchar write fpasswordchar default #0;
Published property linewidth: integer read flinewidth write flinewidth default 0;
Published property linecolor: colorty read flinecolor write flinecolor default cl_gray;
Published property color: colorty read fcolor write fcolor default cl_default;
Published property colorselect: colorty read fcolorselect write fcolorselect default cl_default;
Published property font: tdropdowncolfont read getfont write setfont;
Published property fontselect: tdropdowncolfontselect read getfontselect write setfontselect;
Published property frametemplate: tframecomp read fframetemplate write setframetemplate;
Published property facetemplate: tfacecomp read ffacetemplate write setfacetemplate;
Published property caption: msestring read fcaption write fcaption;

Description

Fields

Protected fowner: tobject;
 

Methods

Protected procedure defineproperties(filer: tfiler); override;
 
Public constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce;
 
Public destructor destroy(); override;
 
Public procedure createfont();
 
Public procedure createfontselect();
 

Properties

Published property width: integer read fwidth write fwidth default griddefaultcolwidth;
 
Published property options: coloptionsty read foptions write setoptions default defaultdropdowncoloptions;
 
Published property textflags: textflagsty read ftextflags write ftextflags default defaultdropdowncoltextflags;
 
Published property passwordchar: msechar read fpasswordchar write fpasswordchar default #0;
 
Published property linewidth: integer read flinewidth write flinewidth default 0;
 
Published property linecolor: colorty read flinecolor write flinecolor default cl_gray;
 
Published property color: colorty read fcolor write fcolor default cl_default;
 
Published property colorselect: colorty read fcolorselect write fcolorselect default cl_default;
 
Published property font: tdropdowncolfont read getfont write setfont;
 
Published property fontselect: tdropdowncolfontselect read getfontselect write setfontselect;
 
Published property frametemplate: tframecomp read fframetemplate write setframetemplate;
 
Published property facetemplate: tfacecomp read ffacetemplate write setfacetemplate;
 
Published property caption: msestring read fcaption write fcaption;
 

Generated by PasDoc 0.16.0.