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:
skalogryz
2010-03-07 16:03:45 +00:00
parent 6318477cfe
commit 5f12c4c84e

View File

@ -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