Delphi Conduit Library Help

Introduction

Main Index

General Info

TpfgPalmComponent

TpfgHotSyncActionDialog

TpfgPalmRemoteTable

TpfgPalmLocalTable

TpfgUserManager

TpfgPalmSyncComponent

TpfgPalmInstall

FAQ

  

Properties

Owner
Table
Index
FieldName
AsBoolean
AsDateTime
AsFloat
AsInteger
AsString
AsVariant

TpfgPalmField

This class provides an equivalent function to the standard TField class, providing access to the contents of a single field within a record. Like in a TTable, the Fields collection is only available at runtime.

Properties

Owner: TpfgPalmFields
Specifies the owning TpfgPalmFields class

Table: TpfgPalmTable
Specifies the table that this field belongs to

Index: Integer
Specifies the index of the field within the TpfgPalmFields owner

FieldName: string
Specifies the name of the field

AsBoolean: Boolean
Provides access to the field value as a Boolean

AsDateTime: TDateTime
Provides access to the field value as a TDateTime value

AsFloat: Double
Provides access to the field value as a floating point value

AsInteger: Integer
Provides access to the field value as an Integer

AsString: string
Provides access to the field value as a string

AsVariant: Variant
Provides access to the field value as a Variant