mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Unify Init() method of database object editors.
This commit is contained in:
@ -148,6 +148,7 @@ type
|
||||
FModified: Boolean;
|
||||
procedure SetModified(Value: Boolean);
|
||||
public
|
||||
procedure Init(ObjectName: WideString=''; ObjectType: TListNodeType=lntNone); Virtual; Abstract;
|
||||
property Modified: Boolean read FModified write SetModified;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user