tblITableEditor GetHeaderVisibility
Gets the visibility status of the header area of the table.
Syntax
tblITableEditor_handle GetHeaderVisibility
Application
HyperWorks Tcl Query
Description
- true
- The header area of the table is visible.
- false
- The header area of the table is not visible.
Example
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
$activetableHandle SetHeaderVisibility false
puts "[$activetableHandle GetHeaderVisibility]"
$activetableHandle ReleaseHandle
Errors
Returns true or false.