Open Marijsoft opened 1 year ago
Good idea. I add it to the TODO List.
my little help unit Olf.FMX.AboutDialog;
uses FMX.Controls
private FStyleBook procedure SetStyleBook(const Value: TStyleBook); public published property StyleBook: TStyleBook read FStyleBook write SetStyleBook;
procedure TOlfAboutDialog.SetStyleBook(const Value: TStyleBook); begin FStyleBook := Value; end;
for enable style u must to select true usestylemanager in my test
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.