4D v14SVG_SET_OPTIONS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14
SVG_SET_OPTIONS
SVG_SET_OPTIONS
The SVG_SET_OPTIONS command can be used to set the options of the 4D SVG component with the options longint. For more information about the contents of options, please refer to the description of the SVG_Get_options command. Since all options will be set at once, this command must have been preceded with a call to the SVG_Get_options command, followed by the use of the Bitwise Operators of 4D. If the options parameter is not passed, all the options are reset to their default value (see the SVG_Get_options command). Create readable code: $Options :=SVG_Get_options Draw a pie chart diagram: $svg:=SVG_New Displaying multiple spaces in text objects using the Keep extra spaces option (13) (added in v14):
$Txt_buffer:="abc def" is displayed as "abc def"
SVG_SET_OPTIONS(SVG_Get_options?+13) // keep spaces in text objects is displayed as "abc def" |
PROPERTIES
Product: 4D
HISTORY
SEE ALSO ARTICLE USAGE
4D SVG Component ( 4D v14) Inherited from : SVG_SET_OPTIONS ( 4D v13) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||