ComponentOne True DBInput Pro 8.0
LookupMode Property (TDBMask)

 

Reference> TDBMask Control> TDBMask Control Properties> LookupMode Property (TDBMask)

LookupMode Property (TDBMask)

Sets/returns the lookup (reference) mode.

Syntax

TDBMask.LookupMode= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - No lookup (Default)

dbiLookupNone

1 - Chars in table only

dbiLookupOnly

2 - Exclude chars in table

dbiLookupExclude

Remarks

The LookupMode property provides a character input mechanism that references a table of characters with special interest specified with the LookupTable property. This reference table will subsequently allow the user to enter either only the characters in the table, or any character not in the table as defined by the LookupMode property. For example, to select from married, divorced or single, you may determine M, D, or S, to be the only characters allowable for entry.

See Also

LookupTable Property (TDBMask)

Format Property (TDBMask)

 

 


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

Product Support Forum  |  Documentation Feedback