[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TItemProp

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

Declaration

Source position: valedit.pas line 20

type TItemProp = class(TPersistent) end;

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]

Inheritance

TItemProp

|

TPersistent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.