This component provides a replacement for the default Hot Sync
Action dialog provided. Using this component, a user can
independantly enable/disable individual sync options, and
then obtain a synchronization method that can be specified as
permanent or temporary.
ActionEnabled[] [rt]
This array of Booleans property can be accessed at runtime to
disable or enable individual entries in the list. The index
must be in the range 0 through 3, where 0 is top most item.
ActionIndex
This specifies the specified item in the list of synchronization
types. Can be set to specify the default selected item, and read
after the dialog has been executed to obtain which item was
selected.
BtnAboutCaption
This property allows you to set the caption displayed for the About button,
if you wish. Note that the button is not displayed if an OnBtnAboutClick event
is not provided.
BtnDataCaption
This property allows you to set the caption displayed for the Data settings
button. Note that the button is not displayed if an OnBtnDataClick event
is not provided.
ConduitName
Can be used to specify the name of the conduit that appears in the
heading on the dialog window. If none is specified, then the
dialog gets the conduit name from a present
TpfgPalmComponent component.
SetAsDefault [r/o]
Read only property that can be checked after the dialog has been
executed to determine whether the "Set As Default" checkbox was
ticked.
Methods