4D v16.3

OBJECT SET PLACEHOLDER

Home

 
4D v16.3
OBJECT SET PLACEHOLDER

OBJECT SET PLACEHOLDER 


 

OBJECT SET PLACEHOLDER ( {* ;} object ; placeholderText ) 
Parameter Type   Description
Operator in If specified, object is an object name (string) If omitted, object is a field or variable
object  Form object in Object name (if * is specified) or
Field or variable (if * is omitted)
placeholderText  Text in Placeholder text associated with object

The OBJECT SET PLACEHOLDER command associates placeholder text with the object(s) designated by the object and * parameters.

For more information about placeholder text, refer to the Design Reference manual. 

If placeholder text is already associated with the object through the Property List, this text is replaced in the current process by the contents of the placeholderText parameter.

Passing the optional * parameter indicates that the object parameter is an object name (string). If you do not pass this parameter, it indicates that the object parameter is a field or variable. In this case, you pass a field or variable reference instead of a string (field or variable object only).

In placeholderText, pass the help text or indication that must appear when the object is empty. 

Note: The OBJECT SET PLACEHOLDER command does not support the insertion of xliff references into the placeholder text. This is only possible for placeholder text that is defined using the Property List. 

This command can only be used with form objects of the variable, field or combo box type. You can associate placeholder text with Alpha and Text type values. You can also associate it with Date or Time type data if the form object is given the "Blank if null" property.

Example  

You want to display "Search" as placeholder text in a combo box:

 OBJECT SET PLACEHOLDER(*;"search_combo";"Search")



See also 

OBJECT Get placeholder

 
PROPERTIES 

Product: 4D
Theme: Objects (Forms)
Number: 1295

 
HISTORY 

Created: 4D v14

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)