Unit 'gpsportconnected' Package
[Overview][Types][Classes][Index] [#pl_opengpsx]

TGPSPortConnected

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

Declaration

Source position: gpsportconnected.pas line 48

type TGPSPortConnected = class(TCommonDialog)

protected

  FComSetupForm: TForm;

  

  procedure DoOKButtonClick();

  

  procedure DoCancelButtonClick();

  

  procedure UpdatePosition;

  

  procedure DoCloseForm(); virtual;

  

  function CreateForm; virtual;

  

  procedure SetFormValues; virtual;

  

  procedure GetFormValues; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure CloseDialog;

  

  procedure OpenPort;

  

  procedure ClosePort;

  

  function SetupPort;

  

  property Left: Integer; [rw]

  

  property Position: TPoint; [rw]

  

  property Top: Integer; [rw]

  

  property Active: Boolean; [rw]

  

published

  property Serial: TvsComPort; [rw]

  

end;

Inheritance

TGPSPortConnected

  

|

TObject



CT Web help

CodeTyphon Studio