mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
sqldb: designer: hide Password in object inspector, from Silvio Clécio, issue #30843
git-svn-id: trunk@53280 -
This commit is contained in:
parent
c08ab12276
commit
b9bc408f0b
@ -527,6 +527,7 @@ begin
|
||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||
TSQLDBLibraryLoader, 'ConnectionType', TSQLDBConnectorTypePropertyEditor);
|
||||
{$endif}
|
||||
RegisterPropertyEditor(TypeInfo(string), TSQLConnection, 'Password', TPasswordWideStringPropertyEditor);
|
||||
RegisterPropertyEditor(TStrings.ClassInfo, TSQLQuery, 'SQL' , TSQLStringsPropertyEditor);
|
||||
RegisterPropertyEditor(TStrings.ClassInfo, TSQLQuery, 'InsertSQL', TSQLStringsPropertyEditor);
|
||||
RegisterPropertyEditor(TStrings.ClassInfo, TSQLQuery, 'UpdateSQL', TSQLStringsPropertyEditor);
|
||||
|
Loading…
Reference in New Issue
Block a user