Function TWPColTemplate.GetUIOptions : Integer

Unit: WPCTRTextProducer
Class: WPCTRTextProducer.TWPColTemplate

Returns

The type of the result value is Integer.

Description


// This constants are used by the EditLink UIOption_CanSort = 1; // Cells: Show Arrow UIOption_IsSortDown = 2; // Cells: is toggeled by sort function UIOption_CanFilter = 4; // Cells: Show filter dropdown UIOption_CanGroup = 8; // Cells: Show group button UIOption_CustomEdit =16; // Cells: use inplace editor UIOption_CanCollapse=32; // Rows: show collapse/excpand UIOption_IsCollapsed=64; // Rows: is collapsed UIOption_SortAlpha =128; // Cells: sort text, not numbers UIOption_SortAlphaCase =256; // Cells: sort text, case sensitive