TSVGAttribute.Create Method
Overloads
TSVGAttribute.Create(string, string)
Creates a new TSVGAttrigbute with null namespace.
Syntax
Unit: FlexCel.Core
class function TSVGAttribute.Create(const aName: string; const aValue: string): TSVGAttribute; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aName |
string |
|
const |
aValue |
string |
|
See also
TSVGAttribute.Create(string, string, string)
Creates a new TSVGAttribute.
Syntax
Unit: FlexCel.Core
class function TSVGAttribute.Create(const aName: string; const aValue: string; const aNamespace: string): TSVGAttribute; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aName |
string |
|
const |
aValue |
string |
|
const |
aNamespace |
string |
|
See also