代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/164528/10104487
pas htmled1.pas
{
The purpose of this demo is to illustrate the usage of the new FindDisplayPos,
FindSourcePos, and DisplayPosToXY methods and SelStart, SelLength properties.
These new properties and method
www.eeworm.com/read/351930/10595038
pas fr_rich.pas
{******************************************}
{ }
{ FastReport v2.4 }
{ Rich Add-In Object }
{
www.eeworm.com/read/351930/10595265
pas fr_rxrtf.pas
{******************************************}
{ }
{ FastReport v2.4 }
{ RxRich Add-In Object }
{
www.eeworm.com/read/275465/10816044
txt readme.txt
RichEdit Test Program
The REITP sample demonstrates the main features of a RichEdit control. It is
also a good replacement for the NotePad applet.
www.eeworm.com/read/469424/6976605
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, Buttons, Menus,
MyRegistryRead, MyRegistry
www.eeworm.com/read/441635/7124217
inc delphiusesh.inc
windows, messages, RichEdit {$IFDEF CHK_GDI}, ChkGdi {$ENDIF}
www.eeworm.com/read/457864/7316722
pas mainunit.pas
//---------------------------------------------------------------------------
//(R)CopyRight KivenSoft International ,inc 1998
//程序名称:电子书库
//单元名称:主窗口单元
//作 者:李会文
//单元名称:主程序单元
//开始时间:1998.07.2
www.eeworm.com/read/457745/7318125
pas search.pas
unit search;
interface
uses WinProcs,Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,
Dialogs, StdCtrls, ComCtrls, Menus;
const
WordDelimiters: set of char=[#0..#255]-['a'.
www.eeworm.com/read/457745/7318132
pas unotepad.pas
unit uNotepad;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, StdCtrls, ComCtrls;
type
TFrmNotepad = class(TForm)
Main
www.eeworm.com/read/143287/12886397
pas mainunit.pas
//---------------------------------------------------------------------------
//(R)CopyRight KivenSoft International ,inc 1998
//程序名称:电子书库
//单元名称:主窗口单元
//作 者:李会文
//单元名称:主程序单元
//开始时间:1998.07.2