Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Don't sav StyleName-Property, if it is empty

Please add

    property StyleName: string read FStyleName write SetElStyleName stored IsStyleNameStored;


function T<ControlNam>.IsStyleNameStored: Boolean;
begin
  result := not FStyleName.IsEmpty;
end;

Comments

Sign In or Register to comment.