Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ListDialog.SetColumnHeader
Sets the column header text.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ListDialog | 9.2 | Yes | Yes | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| Index | The index of the column starting with zero for the first one. | 0 |
| Text | The text for the column header. | "Hello" |
Result
Returns OK or error.
Description
Sets the column header text.Examples
Set column headers:
Set Variable [ $r ; Value: MBS("ListDialog.SetColumnCount"; 2) ]
Set Variable [ $r ; Value: MBS("ListDialog.SetColumnHeader"; 0; "Column left") ]
Set Variable [ $r ; Value: MBS("ListDialog.SetColumnHeader"; 1; "Column right") ]
See also
Blog Entries
Release notes
- Version 9.2
- Added ListDialog.ClearColumnHeaders, ListDialog.GetColumnHeader andListDialog.SetColumnHeader functions.
Created 27th April 2019, last changed 16th December 2020
ListDialog.SetColumnCount - ListDialog.SetFilter
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins