IDEIntf: comment

git-svn-id: trunk@59128 -
This commit is contained in:
mattias 2018-09-22 12:14:11 +00:00
parent fba579ac62
commit 9054d0f584

View File

@ -598,9 +598,9 @@ type
procedure DoOnUpdate; overload;
procedure DoOnUpdate(Sender: TObject); overload;
public
property Enabled: Boolean write SetEnabled;
property Caption: string write SetCaption;
property Hint: string write SetHint;
property Enabled: Boolean write SetEnabled; // set Enabled of all "Users" TIDESpecialCommand, use Users to read
property Caption: string write SetCaption; // set Caption of all "Users" TIDESpecialCommand, use Users to read
property Hint: string write SetHint; // set Hint of all "Users" TIDESpecialCommand, use Users to read
// don't add Visible property here - it is not generic. Tool buttons should never be hidden programmatically
public
property Name: String read FName;