Unit 'cyEditWebsite' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyEditWebsite

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cyEditWebsite.pas line 58

type TcyEditWebsite = class(TcyAdvBaseEdit)

public

  constructor Create(); override;

  

  function ValidateValue(); override;

  

  property Value: string; [rw]

  

  property IgnorePressedKey: Boolean;

  

  property MaxChars: Integer;

  

published

  property AllowEmpty: Boolean;

  

  property ChangeDelayInterval: Cardinal;

  

  property OnNeedDefaultValue: TProcEditWebsiteNeedDefaultValue; [rw]

  

  property IgnoreRules: Boolean;

  

  property ErrorHandling: TcyAdvEditErrorHandling;

  

  property OnChangeDelay: TNotifyEvent;

  

  property OnForbiddenCharPressed: TKeyPressEvent;

  

  property OnNotAllowedCharPressed: TKeyPressEvent;

  

  property OnValidateError: TProcOnValidateError;

  

end;

Inheritance

TcyEditWebsite

  

|

TcyAdvBaseEdit

  

|

TcyBaseEdit

  

|

TObject



CT Web help

CodeTyphon Studio