Skip to content
Snippets Groups Projects
Commit ad8c36e8 authored by Michael Van Canneyt's avatar Michael Van Canneyt
Browse files

* Publish properties for TDivWidget and TLabelWidget

parent 93722409
Branches
Tags
No related merge requests found
......@@ -919,6 +919,10 @@ Type
TDivWidget = Class(TCustomTagWidget)
Public
Constructor Create(aOwner : TComponent); override;
Published
Property elementTag;
Property TextContent;
Property TextMode;
end;
{ TParagraphWidget }
......@@ -926,6 +930,10 @@ Type
TParagraphWidget = Class(TCustomTagWidget)
Public
Constructor Create(aOwner : TComponent); override;
Published
Property elementTag;
Property TextContent;
Property TextMode;
end;
{ TMediaWidget }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment