Unit 'Clipper.Engine' Package
[Overview][Resource strings][Types][Classes][Index] [#pl_image32]

TPolyPathBase

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

Declaration

Source position: Clipper.Engine.pas line 325

type TPolyPathBase = class

protected

  function GetChild();

  

  function AddChild(); virtual; abstract;

  

  property ChildList: TList; [r]

  

  property Parent: TPolyPathBase; [rw]

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Clear; virtual;

  

  property IsHole: Boolean; [r]

  

  property Count: Integer; [r]

  

  property Child []: TPolyPathBase; default; [r]

  

  property Level: Integer; [r]

  

end;

Inheritance

TPolyPathBase

  

|

TObject



CT Web help

CodeTyphon Studio