Delphi Conduit Library Help

Introduction

Main Index

General Info

TpfgPalmComponent

TpfgHotSyncActionDialog

TpfgPalmRemoteTable

TpfgPalmLocalTable

TpfgUserManager

TpfgPalmSyncComponent

TpfgPalmInstall

TpfgPalmInstall

FAQ

  

Properties

CardName
CardNo
CardVersion
CreateDate
FreeRam
ManufName
ramDb
ramDbCount
RamSize
romDb
romDbCount
RomSize

TpfgCardInfo

The TpfgCardInfo class was developed by Per-Eric Larsson. It provides information about a specified Palm card. The global object CardInfo provides a default instantation for card 0, but if a future Palm contains multiple cards, a user can instantiate their own TpfgCardInfo object, passing the desired card number to it's constructor.

Properties

CardName: string
Returns the card's name.

CardNo: Integer
Returns the card number - the same value passed to the constructor. If the object is being accessed via the CardInfo object, this will always be 0 (for card 0).

CardVersion: Word
Returns the version of the card.

CreateDate: TDateTime
Returns the creation date of the card.

FreeRam: DWORD
Returns the amount of free RAM.

ManufName: string
Returns the manufacturer string for the card.

ramDb: TpfgDbInfoList
Returns a list of the databses in RAM.

ramDbCount: Word
Returns the number of databases in RAM.

RamSize: DWORD
Returns the size of the RAM.

romDb: TpfgDbInfoList
Returns a list of the databases in ROM.

romDbCount: Word
Returns the number of databases in ROM.

RomSize: DWORD
Returns the size of the ROM.