Virtual Structure Component
Fnd_VS_SetTableTitle
Fnd_VS_SetTableTitle (->table; title)
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Table to rename |
| title | Text | Virtual table title |
Description
Fnd_VS_SetTableTitle allows the developer to set a virtual table title for a single table.
Fnd_VS_SetTableTitle (->[Contact];"Customers")
Extracted source text
Fnd_VS_SetTableTitle (->table; title)
Parameter Type Description
table Pointer Table to rename
title Text Virtual table title
Fnd_VS_SetTableTitle allows the developer to set a virtual table title for a single table.
Fnd_VS_SetTableTitle (->[Contact];"Customers")