You've already forked lazarus-ccr
richmemo: added information about PrepareCreateWindow LCL versions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1178 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -138,7 +138,12 @@ begin
|
||||
end;
|
||||
|
||||
// general initialization of Params
|
||||
|
||||
// if you're using 0.9.28.2 compiler, uncomment the line,
|
||||
// PrepareCreateWindow(AWinControl, Params);
|
||||
// and comment the following like (it's for 0.9.30 compatiblity):
|
||||
PrepareCreateWindow(AWinControl, AParams, Params);
|
||||
|
||||
Params.SubClassWndProc := @RichEditProc;
|
||||
|
||||
// customization of Params
|
||||
|
Reference in New Issue
Block a user