Class TTimeEdit (unit ValCtrls)

Inherits from

TValidCustomEdit

Constructors


constructor Create( AOwner: TComponent );

Public declarations


Functions

function Validate: Boolean;

Protected declarations

function GetValue: TDateTime;


procedure SetSeconds( AValue: Boolean );


procedure SetValue( AValue: TDateTime );

Current time value *) { Private declarations

procedure UpdateTime;


Properties

property AllowEmpty :


property AutoSelect :

Published declarations

property BeepOnInvalid :


property BorderStyle :


property ReadOnly :


property ShowSeconds : Boolean


property Value : TDateTime


property IsEmpty :


property IsValid :


Events

event OnChange :


event OnEnter :


event OnExit :


event OnInvalid :


Variables

FShowSeconds : Boolean;


FValue : TDateTime;

Show seconds in field


Constructors


constructor Create( AOwner: TComponent );

Public declarations


Functions


function Validate: Boolean;

Protected declarations


function GetValue: TDateTime;


procedure SetSeconds( AValue: Boolean );


procedure SetValue( AValue: TDateTime );

Current time value *) { Private declarations


procedure UpdateTime;


Properties


property AllowEmpty :


property AutoSelect :

Published declarations


property BeepOnInvalid :


property BorderStyle :


property ReadOnly :


property ShowSeconds : Boolean


property Value : TDateTime


property IsEmpty :


property IsValid :


Events


event OnChange :


event OnEnter :


event OnExit :


event OnInvalid :


Variables


FShowSeconds : Boolean;


FValue : TDateTime;

Show seconds in field