FCString will also accept a Lua string or number.DataListCheck and DataListSelect events be set directly on the control.fcmctrldatalist.AddColumn(self, title, columnwidth)
[Fluid] [Override]
Override Changes:
string or number in addition to FCString.| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
title |
`FCString | string |
columnwidth |
number |
fcmctrldatalist.SetColumnTitle(self, columnindex, title)
[Fluid] [Override]
Override Changes:
string or number in addition to FCString.| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
columnindex |
number |
|
title |
`FCString | string |
fcmctrldatalist.AddHandleCheck(self, callback)
[Fluid]
Adds a handler for DataListCheck events.
| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
callback |
function |
See FCCustomLuaWindow.HandleDataListCheck in the PDK for callback signature. |
fcmctrldatalist.RemoveHandleCheck(self, callback)
[Fluid]
Removes a handler added with AddHandleCheck.
| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
callback |
function |
fcmctrldatalist.AddHandleSelect(self, callback)
[Fluid]
Adds a handler for DataListSelect events.
| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
callback |
function |
See FCCustomLuaWindow.HandleDataListSelect in the PDK for callback signature. |
fcmctrldatalist.RemoveHandleSelect(self, callback)
[Fluid]
Removes a handler added with AddHandleSelect.
| Input | Type | Description |
|---|---|---|
self |
FCMCtrlDataList |
|
callback |
function |