Delphi Conduit Library Help

Introduction

Main Index

General Info

TpfgPalmComponent

TpfgHotSyncActionDialog

TpfgPalmRemoteTable

TpfgPalmLocalTable

TpfgUserManager

TpfgPalmSyncComponent

TpfgPalmInstall

FAQ

  

Properties

Owner [rt]
Count [rt]
Items [rt]
Flags [rt]
RecordID [rt]
Category [rt]

TpfgPalmFields

This class provides an equivalent function to the standard TFields class - the only difference being that there is no facility to add field definitions through it. Field definitions are only valid through the FieldDefs table property.

Properties

Owner: TpfgPalmTable [rt]
Specifies the table component that owns the object

Count: Integer [rt]
Specifies the number of fields

Items[Index: Integer] : TpfgPalmField [rt]
Returns the field object at the specified index

Flags: Byte [rt]
Provides access to the Flags byte associated with the record. Note that for local tables, this value only returns a meaningfull value if the table has a Flags field to store the value

RecordID: LongWord [rt]
Returns the record ID for the record. For local tables, see above

Category: Shortint [rt]
Returns the category of the record. For local tables, see above