Unit 'Dialogs' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#fv]

TInputLine

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

Declaration

Source position: dialogs.inc line 186

type TInputLine = object(TView)

  MaxLen: Sw_Integer;

  CurPos: Sw_Integer;

  FirstPos: Sw_Integer;

  SelStart: Sw_Integer;

  SelEnd: Sw_Integer;

  Data: Sw_PString;

  Validator: PValidator;

  constructor Init();

  constructor Load();

  destructor Done; virtual;

  function DataSize; virtual;

  function GetPalette; virtual;

  function Valid(); virtual;

  procedure Draw; virtual;

  procedure DrawCursor; virtual;

  procedure SelectAll();

  procedure SetValidator();

  procedure SetState(); virtual;

  procedure GetData(); virtual;

  procedure SetData(); virtual;

  procedure Store();

  procedure HandleEvent(); virtual;

end;

Inheritance

TInputLine

|

TView

|

TObject


Documentation generated on: 2023-03-18