pbTestCharCount - cDbTextEditDS_
Controls whether the current text length is tested against the maximum length of the bound table column while typing
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbTestCharCount
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbTestCharCount to BooleanVariable |
| Write Access: | Set pbTestCharCount to BooleanVariable/Value |
Description
If True, (the default), each time the user types or changes the length of the control's contents in any way, the current text length is tested against the maximum length of the bound table column while typing, resulting in an immediate error message if the maximum length in the table column is exceeded.
This could lead to performance issues and can be disabled (set to False) if necessary.