Home
last modified time | relevance | path

Searched refs:IsFormDesignFunction (Results 1 – 8 of 8) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dformeditingintf.pas395 function IsFormDesignFunction(AForm: TWinControl): boolean; in IsFormDesignFunction() function
822 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dformeditingintf.pas396 function IsFormDesignFunction(AForm: TWinControl): boolean; in IsFormDesignFunction() function
820 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dformeditingintf.pas396 function IsFormDesignFunction(AForm: TWinControl): boolean; in IsFormDesignFunction() function
820 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dformeditingintf.pas395 function IsFormDesignFunction(AForm: TWinControl): boolean; in IsFormDesignFunction() function
822 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus/lazarus/lcl/
H A Dforms.pp2275 function IsFormDesignFunction(AForm: TWinControl): boolean;
2292 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dforms.pp2297 function IsFormDesignFunction(AForm: TWinControl): boolean;
2310 IsFormDesign:=@IsFormDesignFunction;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dforms.pp2275 function IsFormDesignFunction(AForm: TWinControl): boolean;
2292 IsFormDesign := @IsFormDesignFunction;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dforms.pp2297 function IsFormDesignFunction(AForm: TWinControl): boolean;
2310 IsFormDesign:=@IsFormDesignFunction;