Class TCharEdit (unit ValCtrls)

Inherits from

TValidCustomEdit

Constructors


constructor Create( AOwner: TComponent );

Public declarations

**************************************************************************}



Functions

function Validate: Boolean;

Protected declarations

procedure SetMaxLength( AMaxLength: Integer );


procedure SetMinLength( AMinLength: Integer );

Maximum length of field *) { Private declarations

Properties

property AutoSelect :


property BeepOnInvalid :


property BorderStyle :


property CharSets : TCharSets

Published declarations

property MaxLength : Integer


property MinLength : Integer


property ReadOnly :


property Text :


property IsEmpty :


property IsValid :


Events

event OnChange :


event OnEnter :


event OnExit :


event OnInvalid :


Variables

FCharSets : TCharSets;


FMaxLength : Integer;

Minimum length of field

FMinLength : Integer;

What characters to allow


Constructors


constructor Create( AOwner: TComponent );

Public declarations

**************************************************************************}


Functions


function Validate: Boolean;

Protected declarations


procedure SetMaxLength( AMaxLength: Integer );


procedure SetMinLength( AMinLength: Integer );

Maximum length of field *) { Private declarations


Properties


property AutoSelect :


property BeepOnInvalid :


property BorderStyle :


property CharSets : TCharSets

Published declarations


property MaxLength : Integer


property MinLength : Integer


property ReadOnly :


property Text :


property IsEmpty :


property IsValid :


Events


event OnChange :


event OnEnter :


event OnExit :


event OnInvalid :


Variables


FCharSets : TCharSets;


FMaxLength : Integer;

Minimum length of field


FMinLength : Integer;

What characters to allow