Hide Comments
Hide Comments

ParseDisplay(String,Boolean,Boolean) Method

Comments (0)

Parses the input string for a display value. The ‘display’ property only affects the direct rendering of a given element, whereas it does not prevent elements from being referenced by other elements.

The allowable values are none | inherit | other where other may be any keyword (always translated to visible=true)

Namespace: RSSVGUtils

expandingSyntax

Delphi

 function ParseDisplay( S: String; DefValue: Boolean; var Inherits: Boolean ): Boolean; 
 

Parameters

S

Type: String

DefValue

Type: Boolean

Inherits

Type: Boolean

Return Value

Type: Boolean

expandingRemarks

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.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb