Difference between revisions of "PropertyListLine.Required"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (6 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
If the line is required, the property caption will be displayed in red untill the value contains at least one character.
+
If the line is required, the property [[PropertyListLine.Caption|Caption]] will be displayed in red untill the [[PropertyListLine.Value|Value]] contains at least one character.

Latest revision as of 14:24, 6 August 2015

Property (As Boolean)
aPropertyListLine.Required = newValue
or
BooleanValue = aPropertyListLine.Required


If the line is required, the property Caption will be displayed in red untill the Value contains at least one character.