This commit is contained in:
f1iwq2
2026-01-17 11:19:04 +01:00
parent 4b997f5de1
commit 7daf7e28aa
24 changed files with 1157 additions and 2334 deletions

View File

@@ -15,7 +15,7 @@
// The Original Code is Vcl.Styles.Ext.pas.
//
// The Initial Developer of the Original Code is Rodrigo Ruz V.
// Portions created by Rodrigo Ruz V. are Copyright (C) 2012-2023 Rodrigo Ruz V.
// Portions created by Rodrigo Ruz V. are Copyright (C) 2012-2025 Rodrigo Ruz V.
// All Rights Reserved.
//
// **************************************************************************************************
@@ -97,11 +97,12 @@ type
end;
{$REGION 'Documentation'}
/// <summary>Helper class for the TStyleManager
/// <summary>
/// Helper class for the TStyleManager
/// Vcl.Themes.TStyleManagerHelper in RAD Studio 11 prevents activate this class helper.
/// </summary>
{$ENDREGION}
TStyleManagerHelper = Class Helper for TStyleManager
TStyleManagerHelper = class Helper for TStyleManager
strict private
class function GetStyleSourceInfo(const StyleName: string): TSourceInfo; static;
class function GetStyles: TList<TCustomStyleServices>;