Parses the input string for a visible value.
The allowable values are visible | hidden | collapse | inherit
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseVisible( S: String; DefValue: Boolean; var Inherits: Boolean ): Boolean; |
Parameters
S
Type: String
DefValue
Type: Boolean
Inherits
Type: Boolean
Type: Boolean
If the string is blank, the function returns the default value ( DefValue). If the string contains 'inherits', the function returns the default value and sets the Inherits parameter to true. |
Reference |