* Publish properties for TDivWidget and TLabelWidget

This commit is contained in:
Michaël Van Canneyt 2022-10-03 21:15:22 +02:00
parent 9372240955
commit ad8c36e807

View File

@ -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 }