Class tdropdowncol

Unit

Declaration

type tdropdowncol = class(tdropdowndata)

Description

This item has no description.

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;

This item has no description.

Methods

Protected procedure defineproperties(filer: tfiler); override;

This item has no description.

Public constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce;

This item has no description.

Public destructor destroy(); override;

This item has no description.

Public procedure createfont();

This item has no description.

Public procedure createfontselect();

This item has no description.

Properties

Published property width: integer read fwidth write fwidth default griddefaultcolwidth;

This item has no description.

Published property options: coloptionsty read foptions write setoptions default defaultdropdowncoloptions;

This item has no description.

Published property textflags: textflagsty read ftextflags write ftextflags default defaultdropdowncoltextflags;

This item has no description.

Published property passwordchar: msechar read fpasswordchar write fpasswordchar default #0;

This item has no description.

Published property linewidth: integer read flinewidth write flinewidth default 0;

This item has no description.

Published property linecolor: colorty read flinecolor write flinecolor default cl_gray;

This item has no description.

Published property color: colorty read fcolor write fcolor default cl_default;

This item has no description.

Published property colorselect: colorty read fcolorselect write fcolorselect default cl_default;

This item has no description.

Published property font: tdropdowncolfont read getfont write setfont;

This item has no description.

Published property fontselect: tdropdowncolfontselect read getfontselect write setfontselect;

This item has no description.

Published property frametemplate: tframecomp read fframetemplate write setframetemplate;

This item has no description.

Published property facetemplate: tfacecomp read ffacetemplate write setfacetemplate;

This item has no description.

Published property caption: msestring read fcaption write fcaption;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.