Salesforce

CHeight (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

CHeight (Magic xpa 3.x)

Returns the position on the y-axis that represents the height of a specified control or the last parked control

Syntax:

CHeight(control name, generation)

Parameters:

control name – The name of the control. If you specify an empty string (''), the last parked control will be used.

generation – A number that represents the task's hierarchic position in the runtime task tree. 0 represents the current task, 1 its immediate ancestor, and so on.

Returns:

Position in units of measurement

Note:

Only parkable controls set the values for the function. A parkable control is a control with data or a control that may return an action.

Platform specific:

This function is not supported for mobile devices.

See also:

The Online and Rich Client Samples projects (program IF01and RIF0)

Reference
Attachment 
Attachment