常规参数
文章标题:
权重:
文章摘要:
get the Rtf formating from a RichEdit? function GetRTFText(ARichEdit: TRichedit): string;varss: TStringStream;emptystr: string;beginemptystr := '';ss := TStringStream.Create(emptystr);tryARichEdit.PlainText := False;ARichEdit.Lines.SaveToStream(ss);
关键字:
代码 文字 里面 控件 获取 RTF cb pcb CString 函数 数据
管理密码: