FreeFormStyleName property: Field class
Description
Use this property to set or return a String representing the free form style (or styles) for the field as previously set by FreeFormStyleName or modified by AddFFStyle or ReplaceFFStyle.
Note:
Styles for this field set in Application Designer are not accessible through the FreeFormStyleName property.
This property is read/write.
Important:
Use this property within fluid applications only.
Example
GetLevel0()(1).QE_WORK_REC1.OPTION_CD.FreeFormStyleName = "psc_border psc_margin-left05em";
Related Topics