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

TcyEditInteger

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

Declaration

Source position: cyEditInteger.pas line 55

type TcyEditInteger = class(TcyAdvBaseEdit)

public

  constructor Create(); override;

  

  function ValidateValue(); override;

  

  procedure ValidateText;

  

  property Value: Integer; [rw]

  

  property IgnorePressedKey: Boolean;

  

  property MaxChars: Integer;

  

published

  property AllowEmpty: Boolean;

  

  property ChangeDelayInterval: Cardinal;

  

  property AllowNegative: Boolean; [rw]

  

  property CanParse: Boolean; [rw]

  

  property MinValue: Integer; [rw]

  

  property MaxValue: Integer; [rw]

  

  property OnNeedDefaultValue: TProcEditIntegerNeedDefaultValue; [rw]

  

  property IgnoreRules: Boolean;

  

  property ErrorHandling: TcyAdvEditErrorHandling;

  

  property OnChangeDelay: TNotifyEvent;

  

  property OnForbiddenCharPressed: TKeyPressEvent;

  

  property OnNotAllowedCharPressed: TKeyPressEvent;

  

  property OnValidateError: TProcOnValidateError;

  

end;

Inheritance

TcyEditInteger

  

|

TcyAdvBaseEdit

  

|

TcyBaseEdit

  

|

TObject



CT Web help

CodeTyphon Studio