On Tuesday 11 June 2013 16:02:27 Ivanko B wrote:
>
> wgrd1:= TSomeWidget.Create ("prop1=prop1_val, prop2=prop2_val,
> optionsedit+=[oe_nonull]") or etc.
>
> or smth better if possible.
>
Maybe
"
with wgrd1 do begin
prop1:= prop1_val;
prop2:= prop2_val;
optionsedit:= optionsedit + [oe_nonull];
end;
"?
;-)
Martin
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk