DeveloppeurPascal / AboutDialog-Delphi-Component

An "about" dialog box component for VCL and FireMonkey Delphi projects
https://dialogueapropos.developpeur-pascal.fr
GNU Affero General Public License v3.0
7 stars 4 forks source link

support stylebook for take from main form #5

Open Marijsoft opened 1 year ago

Marijsoft commented 1 year ago

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.

DeveloppeurPascal commented 1 year ago

Good idea. I add it to the TODO List.

Marijsoft commented 1 year ago

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