ComponentOne True DBGrid Pro 8
EditMaskRight Property

EditMaskRight Property

This property determines the direction in which a column's input mask is applied.

Syntax

column.EditMaskRight  = boolean

Remarks

Read/Write at run time and design time.

The input mask is specified by the EditMask property.

If True, the input mask is applied from right to left. If a character is inserted, the characters to the left of the new character are shifted left.

If False (the default), the input mask is applied from left to right. If a character is inserted, the characters to the right of the new character are shifted right.

See Also

Column Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback