Unit 'o32tcflx' Package
[Overview][Types][Classes][Index] [#pl_orpheus]

TO32TCValidatorOptions

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

Declaration

Source position: o32tcflx.pas line 56

type TO32TCValidatorOptions = class(TPersistent)

protected

  FValidationType: TValidationType;

  

  FValidatorType: string;

  

  FValidatorClass: TValidatorClass;

  

  FMask: string;

  

  FLastValid: Boolean;

  

  FLastErrorCode: Word;

  

  FBeepOnError: Boolean;

  

  FInputRequired: Boolean;

  

  procedure SetValidatorType();

  

  procedure AssignValidator;

  

public

  constructor Create; dynamic;

  

  property LastValid: Boolean; [rw]

  

  property LastErrorCode: Word; [rw]

  

  property ValidatorClass: TValidatorClass; [rws]

  

published

  property BeepOnError: Boolean; [rws]

  

  property InputRequired: Boolean; [rws]

  

  property ValidatorType: string; [rws]

  

  property ValidationType: TValidationType; [rws]

  

  property Mask: string; [rws]

  

end;

Inheritance

TO32TCValidatorOptions

  

|

TObject



CT Web help

CodeTyphon Studio