mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:10:16 +02:00
IDEIntf: comment
git-svn-id: trunk@44344 -
This commit is contained in:
parent
cd49818fd6
commit
3747f3f516
@ -148,7 +148,8 @@ type
|
||||
TModalHandledFunction = function(Sender: TObject; var Handled: boolean
|
||||
): TModalResult of object;
|
||||
TGetFPCFrontEndParams = function(Sender: TObject;
|
||||
var Params: string // these parameters are passed to fpc
|
||||
var Params: string // these parameters are passed to fpc.
|
||||
// Global options should be prependended, project options should be appended.
|
||||
): boolean of object;
|
||||
|
||||
TLazarusIDEHandlerType = (
|
||||
|
Loading…
Reference in New Issue
Block a user