Unit 'SGISProject' Package
[Overview][Types][Classes][Variables][Index] [#pl_gaiagis]

TGProject

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

Declaration

Source position: SGISProject.pas line 39

type TGProject = class(TComponent)

protected

  function GetAppForm;

  

  function GetBuildWithVersion;

  

public

  constructor CreateEx(); virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  property UserBoolean: Boolean; [rw]

  

  property UserInteger: Integer; [rw]

  

  property UserReal: Real; [rw]

  

  property UserString: string; [rw]

  

  property UserData: Pointer; [rw]

  

  property AppType: TApplicationType; [r]

  

  property AppForm: Tform; [r]

  

  property MainForm: Tform; [r]

  

  property GISEngine: TGISEngine; [r]

  

published

  property aTitle: string; [rw]

  

  property Author: string; [rw]

  

  property Description: string; [rw]

  

  property Version: Integer; [rw]

  

  property BuildWithVersion: string; [r]

  

  property OnxUserEvent1: TNotifyEvent; [rw]

  

  property OnxUserEvent2: TNotifyEvent; [rw]

  

  property OnxUserEvent3: TNotifyEvent; [rw]

  

end;

Inheritance

TGProject

  

|

TObject



CT Web help

CodeTyphon Studio