[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: cyEditTime.pas line 53
type TcyEditTime = class(TcyAdvBaseEdit) |
||
protected |
||
procedure UpdateTimeRules; |
|
|
public |
||
constructor Create(); override; |
|
|
function ValidateValue(); override; |
|
|
procedure GetTimeDetailsFromText(); |
|
|
property Value: TDateTime; [rw] |
|
|
property IgnorePressedKey: Boolean; |
|
|
property MaxChars: Integer; |
|
|
published |
||
property AutoComplete: Boolean; [rw] |
|
|
property CustomHoursSymbol: string; [rw] |
|
|
property CustomMinutesSymbol: string; [rw] |
|
|
property CustomSecondsSymbol: string; [rw] |
|
|
property Seconds: Boolean; [rw] |
|
|
property OnNeedDefaultValue: TProcEditTimeNeedDefaultValue; [rw] |
|
|
property AllowEmpty: Boolean; |
|
|
property ChangeDelayInterval: Cardinal; |
|
|
property IgnoreRules: Boolean; |
|
|
property ErrorHandling: TcyAdvEditErrorHandling; |
|
|
property OnChangeDelay: TNotifyEvent; |
|
|
property OnForbiddenCharPressed: TKeyPressEvent; |
|
|
property OnNotAllowedCharPressed: TKeyPressEvent; |
|
|
property OnValidateError: TProcOnValidateError; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |