Table of Contents

TTMSFNCWebPushDBFields.Optional Property

Set of optional columns that are read from and written to the dataset. A column is only used when its value is present in this set.

API unit family: TMS.TMSFNCWebPushDB Declaring type: TTMSFNCWebPushDBFields Type: TTMSFNCWebPushDBOptionalFields

Syntax

property Optional: TTMSFNCWebPushDBOptionalFields;

Default: [pftBrowserID, pftUserActive, pftUserData, pftUserID]

Remarks

Defaults to all optional columns ([pftBrowserID, pftUserActive, pftUserData, pftUserID]). Remove a value to skip the matching column when the dataset does not contain it.