Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.204 Password Property

Description:

Contains a password string or indicates a password mode for a TextBox.

Used in control(s):

ADODataSource

DBAccess

Edit

TextBox

Values:

ADODataSource and
DBAccess

The input password is enabled while the project file is opened at design time. The value of this property is cleared at closing of the project and the password is not saved. If you don't set a value in the procedure code, the database may prompt for the password in another way when you connect to the database.

Edit

True - Treats the characters as a password.
Echoes the PasswordChar value and not the value the user types.

False - Does not treat the characters as a password.

TextBox

True - Treats the characters as a password.
Echoes the PasswordChar value and not the value the user types.

False - Does not treat the characters as a password.

It is only effective when the MultiLine property is False.

When the value is True, you should set the IMEMode property to "3 - Disable".

Default value:

ADODataSource and DBAccess

None.

TextBox

False - Does not treat the characters as a password.

COBOL PICTURE:

ADODataSource and DBAccess

X, up to 8192 bytes

TextBox

S9(4) COMP-5

OLE Data type:

ADODataSource and DBAccess

VT_BSTR

TextBox

VT_BOOL

Design time access:

ADODataSource and TextBox

Set and reference.

DBAccess

Not accessible.

Execution time access:

ADODataSource and DBAccess

Set and reference.

TextBox

Reference only.

Backward compatibility attribute:

DBAccess

POW-DBPASSWORDPIC X(32)

Others

None.