Unit 'solarsystems' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_astronomy]

TMGroup

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

Declaration

Source position: solarsystems.pas line 197

type TMGroup = class

protected

  procedure SetId();

  

  procedure Erase();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  function Add;

  

  function Count;

  

  function IndexOf();

  

  procedure Clear;

  

  procedure Delete();

  

  property Enabled: Boolean; [rw]

  

  property Id: Cardinal; [r]

  

  property Items []: TMObjectMoveable; [r]

  

  property Objects []: TMObject; default; [r]

  

  property Name: string; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TMGroup

  

|

TObject



CT Web help

CodeTyphon Studio