Unit 'ValEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TItemProp

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

Declaration

Source position: valedit.pas line 22

type TItemProp = class(TPersistent)

protected

  procedure AssignTo(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

published

  property EditMask: string; [rw]

  

  property EditStyle: TEditStyle; [rw]

  

  property KeyDesc: string; [rw]

  

  property PickList: TStrings; [rw]

  

  property MaxLength: Integer; [rw]

  

  property ReadOnly: Boolean; [rw]

  

end;

Inheritance

TItemProp

  

|

TObject



CT Web help

CodeTyphon Studio