Discussions
Sign In
•
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In with LMD account
Sign In with LMD account
Categories
Recent Discussions
Categories
All Categories
1.1K
NG Controls
28
Announcements
60
LMD IDE-Tools
208
LMD ElPack
373
LMD-Tools
414
Feature Requests
38
In this Discussion
Eugene Balabuev (LMD)
March 2021
Don't sav StyleName-Property, if it is empty
Quanos Service Solutions GmbH
March 2021
in
LMD ElPack
Vote Up
0
Vote Down
Please add
property StyleName: string read FStyleName write SetElStyleName
stored IsStyleNameStored;
function T<ControlNam>.IsStyleNameStored: Boolean;
begin
result := not FStyleName.IsEmpty;
end;
Comments
1 Comment
sorted by
Votes
Date Added
Eugene Balabuev (LMD)
March 2021
edited March 2021
Posts: 0
Vote Up
0
Vote Down
Thanks for report. Most probably we'll apply proposed workaround. However, this is the known Delphi bug, which they don't want to accept by some reason. You can vote here:
https://quality.embarcadero.com/browse/RSP-26600
https://quality.embarcadero.com/browse/RSP-33370
Sign In
or
Register
to comment.
Comments