Difference between revisions of "PropertyListLine.Required"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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.

Revision as of 13:14, 24 November 2012

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.