Skip to content

psPlaceHolder - Form

Sets the placeholder value shown inside the control when it is blank

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psPlaceHolder
Access Type Syntax
Read Access: Get psPlaceHolder to StringVariable
Write Access: Set psPlaceHolder to StringVariable/Value

Description

The placeholder specifies a short hint that describes the expected value of control (e.g. a sample value or a short description of the expected format). The short hint is displayed in the form before the user enters a value.

pbShowPlaceholderOnFocus determines whether a placeholder value will be shown when the control takes the focus.