mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
IDEIntf: comment
git-svn-id: trunk@33657 -
This commit is contained in:
parent
b750c49fab
commit
5c84b3e84a
@ -51,7 +51,7 @@ type
|
||||
|
||||
TIDEOptionsWriteEvent = procedure(Sender: TObject; Restore: boolean) of object;
|
||||
|
||||
{ TAbstractIDEOptions }
|
||||
{ TAbstractIDEOptions base class for all option containers }
|
||||
|
||||
TAbstractIDEOptions = class(TPersistent)
|
||||
private
|
||||
@ -98,7 +98,7 @@ type
|
||||
TOnLoadIDEOptions = procedure(Sender: TObject; AOptions: TAbstractIDEOptions) of object;
|
||||
TOnSaveIDEOptions = procedure(Sender: TObject; AOptions: TAbstractIDEOptions) of object;
|
||||
|
||||
{ TAbstractIDEOptionsEditor }
|
||||
{ TAbstractIDEOptionsEditor base frame class for all options frames (global, project and packages) }
|
||||
|
||||
PIDEOptionsEditorRec = ^TIDEOptionsEditorRec;
|
||||
PIDEOptionsGroupRec = ^TIDEOptionsGroupRec;
|
||||
|
Loading…
Reference in New Issue
Block a user