Class tedit

Unit

Declaration

type tedit = class(tcustomedit, istatfile)

Description

No description available, ancestor tcustomedit description follows
No description available, ancestor tpublishedwidget description follows
No description available, ancestor tpublishedwidgetnwr description follows
No description available, ancestor tactionpublishedwidgetnwr description follows
No description available, ancestor tactionwidget description follows
No description available, ancestor twidget description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function gettext: msestring override;
Protected procedure settext(const avalue: msestring) override;
Protected procedure dotextedited; override;
Protected procedure editnotification(var info: editnotificationinfoty); override;
Protected procedure loaded() override;
Protected procedure dofocus() override;
Protected procedure dodefocus() override;
Protected procedure dostatread(const reader: tstatreader); virtual;
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
Protected procedure statreading;
Protected procedure statread;
Protected function getstatvarname: msestring;
Protected function getstatpriority: integer;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;

Properties

Published property statfile: tstatfile read fstatfile write setstatfile;
Published property statvarname: msestring read getstatvarname write fstatvarname;
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
Published property delay: integer read getdelay write setdelay default 0;
Published property ontextediteddelayed: texteditedeventty read fontextediteddelayed write fontextediteddelayed;
Published property optionsedit1;
Published property optionsedit;
Published property font;
Published property textflags;
Published property textflagsactive;
Published property passwordchar;
Published property empty_options;
Published property empty_color;
Published property empty_font;
Published property empty_fontstyle;
Published property empty_textflags;
Published property empty_text;
Published property empty_textcolor;
Published property empty_textcolorbackground;
Published property maxlength;
Published property caretwidth;
Published property cursorreadonly;
Published property text;
Published property onchange;
Published property ontextedited;
Published property onkeydown;
Published property onkeyup;
Published property oncopytoclipboard;
Published property onpastefromclipboard;

Description

Methods

Protected function gettext: msestring override;
 
Protected procedure settext(const avalue: msestring) override;
 
Protected procedure dotextedited; override;
 
Protected procedure editnotification(var info: editnotificationinfoty); override;
 
Protected procedure loaded() override;
 
Protected procedure dofocus() override;
 
Protected procedure dodefocus() override;
 
Protected procedure dostatread(const reader: tstatreader); virtual;
 
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
 
Protected procedure statreading;
 
Protected procedure statread;
 
Protected function getstatvarname: msestring;
 
Protected function getstatpriority: integer;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 

Properties

Published property statfile: tstatfile read fstatfile write setstatfile;
 
Published property statvarname: msestring read getstatvarname write fstatvarname;
 
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
 
Published property delay: integer read getdelay write setdelay default 0;
 
Published property ontextediteddelayed: texteditedeventty read fontextediteddelayed write fontextediteddelayed;
 
Published property optionsedit1;
 
Published property optionsedit;
 
Published property font;
 
Published property textflags;
 
Published property textflagsactive;
 
Published property passwordchar;
 
Published property empty_options;
 
Published property empty_color;
 
Published property empty_font;
 
Published property empty_fontstyle;
 
Published property empty_textflags;
 
Published property empty_text;
 
Published property empty_textcolor;
 
Published property empty_textcolorbackground;
 
Published property maxlength;
 
Published property caretwidth;
 
Published property cursorreadonly;
 
Published property text;
 
Published property onchange;
 
Published property ontextedited;
 
Published property onkeydown;
 
Published property onkeyup;
 
Published property oncopytoclipboard;
 
Published property onpastefromclipboard;
 

Generated by PasDoc 0.16.0.