ListCaptions.getFixedCaptionsCount

Syntax

getFixedCaptionsCount();

Description

The getFixedCaptionsCount method returns the number of titles with fixed width.

Comments

Title width is fixed, set in pixels, and relative, set in percents.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get tree titles
caps = Tree.getCaptions();
// Get number of titles with fixed width
caps.getFixedCaptionsCount();

After executing the example the number of titles with fixed width is obtained.

See also:

ListCaptions