Unit 'HTMLSubs' Package
[Overview][Types][Classes][Variables][Index] [#pl_htmlviewer]

TSectionBase

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

Declaration

Source position: HTMLSubs.pas line 306

type TSectionBase = class(THtmlNode)

protected

  function GetYPosition; override;

  

  procedure SetDocument();

  

public

  StartCurs: Integer;

  

  Len: Integer;

  

  ZIndex: Integer;

  

  YDraw: Integer;

  

  DrawTop: Integer;

  

  ContentTop: Integer;

  

  ContentBot: Integer;

  

  DrawBot: Integer;

  

  SectionHeight: Integer;

  

  DrawHeight: Integer;

  

  DrawRect: TRect;

  

  TagClass: ThtString;

  

  constructor Create();

  

  constructor CreateCopy(); override;

  

  function CursorToXY(); virtual;

  

  function DrawLogic1(); virtual;

  

  function Draw1(); virtual;

  

  function FindCursor(); virtual;

  

  function FindDocPos(); virtual;

  

  function FindSourcePos(); virtual;

  

  function FindString(); virtual;

  

  function FindStringR(); virtual;

  

  function GetChAtPos(); virtual;

  

  function GetURL(); virtual;

  

  function PtInObject(); virtual;

  

  function PtInDrawRect(); virtual;

  

  procedure AddSectionsToList; virtual;

  

  procedure CopySelectedText; virtual;

  

  procedure MinMaxWidth(); virtual;

  

end;

Inheritance

TSectionBase

  

|

THtmlNode

  

|

TIDObject

  

|

TObject



CT Web help

CodeTyphon Studio