Use Right From Right

Lokaler Name Use Right From Right
API Name UseRightFromRight
Datentyp Long
Gültigkeit Must be 0, 1, or valid splitter ID
Get Funktion   (dcl_Control_GetUseRightFromRight <CONTROL>)
Set Funktion   (dcl_Control_SetUseRightFromRight <CONTROL> NewValue [as Long])
Anwendbar auf All Controls

This property controls the relationship between the Left, Left From Right, and Width properties, as follows:

Value Meaning
0 Control width is fixed. Right From Right property changes when Width is changed, or when parent window's width changes.
1 Control width is relative to the right edge of the parent window. Width property changes when Right From Right is changed, or when parent window's width changes.
> 10 Control is positioned relative to a splitter. The value represents the splitter ID. Width property changes when Right From Right is changed, or when splitter position changes.