BBjInputD::getLength
Description
In BBj 4.00 and higher, this method returns the maximum input length for the BBjInputD control.
Syntax
Return Value |
Method |
int |
getLength() |
Parameters
None.
Return Value
Returns the maximum input length of the BBjInputD control.
Remarks
The maximum input length is initially set to the length of a date formatted with the current mask. For example, a mask of "%Mz/%Dz/%Yz" implies a maximum length of 8. This initial default value can be overridden with BBjInputD::setLength().
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.