Class tcustombooleandisp

Unit

Declaration

type tcustombooleandisp = class(tdispwidget)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure valuechanged; override;
Protected function getvaluetext: msestring; override;
Public constructor create(aowner: tcomponent); override;
Public procedure clear; override;

Properties

Public property value: boolean read fvalue write setvalue default false;
Published property textflags default defaultdisptextflags + [tf_xcentered];
Published property ondatachange: updatebooleaneventty read fondatachange write fondatachange;
Published property text_false: msestring read ftext_false write settext_false;
Published property text_true: msestring read ftext_true write settext_true;

Description

Methods

Protected procedure valuechanged; override;

This item has no description.

Protected function getvaluetext: msestring; override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public procedure clear; override;

This item has no description.

Properties

Public property value: boolean read fvalue write setvalue default false;

This item has no description.

Published property textflags default defaultdisptextflags + [tf_xcentered];

This item has no description.

Published property ondatachange: updatebooleaneventty read fondatachange write fondatachange;

This item has no description.

Published property text_false: msestring read ftext_false write settext_false;

This item has no description.

Published property text_true: msestring read ftext_true write settext_true;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.