Unit 'kmemo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKMemoMeasState

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

Declaration

Source position: kmemo.pas line 1316

type TKMemoMeasState = class(TObject)

public

  CurBlockIndex: TKMemoBlockIndex;

  

  LastBlockIndex: TKMemoBlockIndex;

  

  CurWordIndex: TKMemoWordIndex;

  

  LastWordIndex: TKMemoWordIndex;

  

  CurIndex: TKMemoSelectionIndex;

  

  LastIndex: TKMemoSelectionIndex;

  

  CurTotalWord: TKMemoWordIndex;

  

  LastTotalWord: TKMemoWordIndex;

  

  PosX: Integer;

  

  PosY: Integer;

  

  RightX: Integer;

  

  LineHeight: Integer;

  

  ParaWidth: Integer;

  

  ParaPosY: Integer;

  

  RequiredWidth: Integer;

  

  IsBreakable: Boolean;

  

  IsParagraph: Boolean;

  

  CurParaStyle: TKMemoParaStyle;

  

  CurParagraph: TKMemoParagraph;

  

  procedure Clear;

  

  procedure Assign();

  

  function Initialized;

  

end;

Inheritance

TKMemoMeasState

  

|

TObject



CT Web help

CodeTyphon Studio