From db6e4eefa63b9e0038936c50dea059de0f11c1ee Mon Sep 17 00:00:00 2001 From: dsiders Date: Sun, 23 Apr 2023 17:11:34 +0100 Subject: [PATCH] Docs: LCL/themes. Removes deprecation warning on TThemeServices.GetDetailSize. Changed in 1138d262. --- docs/xml/lcl/themes.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/xml/lcl/themes.xml b/docs/xml/lcl/themes.xml index 7b4c305d12..143c4e8138 100644 --- a/docs/xml/lcl/themes.xml +++ b/docs/xml/lcl/themes.xml @@ -2105,19 +2105,15 @@ state. -Deprecated. Use GetDetailSizeForPPI instead. +Gets the default dimensions for the specified theme element detail.

-Gets the default dimensions for the specified theme element detail. Calls -GetDetailSizeForPPI to get the return value for the method. -1 in the Width -and Height for the TSize instance means the size for the theme +Calls GetDetailSizeForPPI to get the return value for the method. -1 in the +Width and Height for the TSize instance means the size for the theme element detail is not known.

- -Deprecated in LCL Version 2.4; use GetDetailSizeForPPI instead. -