Designer: In component rename dialog, get text from 'Script' property for components that have it. Issue #40995, patch by n7800.

This commit is contained in:
Juha 2024-06-27 17:45:22 +03:00
parent 52fc791feb
commit 5966a227e8

View File

@ -89,7 +89,7 @@ var
Lines: TObject;
const
StringProperties: array[0..1] of string = ('Caption', 'Text');
TStringsProperties: array[0..2] of string = ('Lines', 'Items', 'SQL');
TStringsProperties: array[0..3] of string = ('Lines', 'Items', 'SQL', 'Script');
begin
// first check simple string properties
for ATextPropertyName in StringProperties do