Skip to main content

TcxOffsets.All Property

Specifies all offsets, in pixels.

Declaration

property All: Integer read; write;

Property Value

Type Description
Integer

Specifies the Left, Top, Right, and Bottom property values if they are equal; otherwise, the All property value is -1.

Remarks

Assign a value to this property to update all offsets simultaneously. This value is assigned to the Left, Top, Right, and Bottom properties. If you change one of these properties later, the All property value changes to -1. If you assign -1 to the All property, its setter calls the Reset procedure.

See Also