ctrlDelete: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.26|= Game version _________________...")
 
m (example format)
Line 17: Line 17:




|x1= <code>ctrlDelete ((FindDisplay 20000) displayCtrl 20001)</code>|= EXAMPLE1  
|x1= <code>[[ctrlDelete]] (([[findDisplay]] 20000) [[displayCtrl]] 20001);</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:47, 31 July 2014

Hover & click on the images for description

Description

Description:
Deletes given control.
Groups:
Uncategorised

Syntax

Syntax:
ctrlDelete control
Parameters:
control: Control
Return Value:
Nothing

Examples

Example 1:
ctrlDelete ((findDisplay 20000) displayCtrl 20001);

Additional Information

See also:
ctrlCreatedisplayCtrl

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