Unit 'uComposite' Package
[Overview][Classes][Index] [#pl_apelib]

Composite

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

Declaration

Source position: uComposite.pas line 34

type Composite = class(AbstractCollection)

public

  constructor Create; override;

  

  procedure RotateByRadian();

  

  procedure RotateByAngle();

  

  function GetRelativeAngle();

  

  property Fixed: Boolean; [rw]

  

end;

Inheritance

Composite

  

|

AbstractCollection

  

|

TObject



CT Web help

CodeTyphon Studio