Delphi Conduit Library Help

Introduction

Main Index

General Info

TpfgPalmComponent

TpfgHotSyncActionDialog

TpfgPalmRemoteTable

TpfgPalmLocalTable

TpfgUserManager

TpfgPalmSyncComponent

TpfgPalmInstall

FAQ

  

Properties

LastSyncDate
LastSyncPC
Major
Minor
Password
PCId
ProductID
Username

TpfgPalmSystemInfo

The TpfgPalmSystemInfo class, accessed via the PalmInfo global object, provides basic information about the Palm, and the current HotSync session. As such, it should only be accessed during execution of the conduit.

Properties

LastSyncDate: TDateTime
Returns the date/time of the last successfull HotSync. Valid only if synchronization was against a Palm OS 3.0 device or greater.

LastSyncPC: LongWord
Returns the unique PC identifier for the last PC the Palm device was HotSynced on.

Major: Integer
Major version of the Palm ROM.

Minor: Integer
Minor version of the Palm ROM.

Password: Variant
Returns the user's password as an encrypted variant array of bytes.

PCId: LongWord
Returns the current PC's identifier. Useful for comparing against LastSyncPC to see whether the Palm was last synched against the computer or not.

ProductID: string
Returns the product identifier string.

Username
Returns the currently active user name.