ctClear: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (beautified syntax)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Nothing]] <nowiki>=</nowiki> '''ctClear''' [[Control]] |= Syntax
| '''ctClear''' ctrl |= Syntax


|p1= control: [[Control]] |= Parameter 1
|p1= ctrl: [[Control]] |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 13:06, 6 April 2018

Hover & click on the images for description

Description

Description:
Removes all the lines from the RscControlsTable. Returns Nothing.
Groups:
Uncategorised

Syntax

Syntax:
ctClear ctrl
Parameters:
ctrl: Control
Return Value:
Nothing

Examples

Example 1:
ctClear _control;

Additional Information

See also:
ctAddHeaderctAddRowctCurSelctSetCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section