Delphi Conduit Library Help

Introduction

Main Index

General Info

TpfgPalmComponent

TpfgHotSyncActionDialog

TpfgPalmRemoteTable

TpfgPalmLocalTable

TpfgUserManager

TpfgPalmSyncComponent

TpfgPalmInstall

FAQ

  

Properties

BackupDate
CardNum
CreateDate
Creator
DbFlags
DbIndex
DbName
DbType
ModDate
ModNumber
RecCount
Version

TpfgDbInfo

The TpfgDbInfo class provides information about a specific database within a given Palm card.

Properties

BackupDate: TDateTime
Returns the date/time the database was last backed up.

CardNum: Integer
Returns the card number that the database resides on.

CreateDate: TDateTime
Returns the creation date of the database.

Creator: DWORD
Returns the creator ID of the database.

DbFlags: Word
Returns the database flags for the database.

DbIndex: Word
Returns the index of the database in the list of databases on the card.

DbName: string
Returns the database name.

DbType: Word
Returns the database type.

ModDate: TDateTime
Returns the date of last modification.

ModNumber: DWORD
Returns the database modification number.

RecCount: Longint
Currently unused - in future will likely return the number of records in the database.

Version: Word
Returns the database version.