mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 12:18:17 +02:00
IDEIntf: comment
git-svn-id: trunk@59128 -
This commit is contained in:
parent
fba579ac62
commit
9054d0f584
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user