RViewPort.Fixed


public property Fixed

Prototype:

Read/Write property Fixed[=true|false]

Description:

This property applies to container controls. When the Fixed property is set, then the children of the container can have absolute coordinates (Left and Top) such as in a RFixed container. The recommended way of achieving this is by using a RFixed container.

Warning: When this property is set to true, it cannot be set back to false.

Return value:

This property returns true if this container can have children positioned in coordinates; otherwise it returns false