mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
fcl-css: TCSSStringElement = Class(TCSSBaseStringElement)
This commit is contained in:
parent
3a11ee9a14
commit
b6a7504665
@ -176,10 +176,9 @@ Type
|
||||
Class function CSSType : TCSSType; override;
|
||||
end;
|
||||
|
||||
TCSSStringElement = Class(TCSSElement)
|
||||
TCSSStringElement = Class(TCSSBaseStringElement)
|
||||
private
|
||||
FChildren : TCSSElementList;
|
||||
FValue: UTF8String;
|
||||
function GetChildren: TCSSElementList;
|
||||
protected
|
||||
function GetAsString(aFormat : Boolean; const aIndent : String): UTF8String; override;
|
||||
@ -188,7 +187,6 @@ Type
|
||||
Class function CSSType : TCSSType; override;
|
||||
Destructor Destroy; override;
|
||||
Property Children : TCSSElementList Read GetChildren;
|
||||
Property Value : UTF8String Read FValue Write FValue;
|
||||
end;
|
||||
|
||||
{ TCSSIdentifierElement }
|
||||
|
Loading…
Reference in New Issue
Block a user