Changeset 39 for trunk/Components/RichTextView.PAS
- Timestamp:
- Jan 2, 2007, 8:18:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextView.PAS
r15 r39 429 429 Uses 430 430 SysUtils, PMWin, BseDos, Dos, ClipBrd, Printers, 431 ACLStringUtility, ACLString, ACLProfile,431 ACLStringUtility, ACLString, 432 432 ControlScrolling, ControlsUtility, 433 433 RichTextDocumentUnit, RichTextDisplayUnit; … … 724 724 Msg.Result := 725 725 CopySelectionToBuffer( PChar( Msg.Param1 ), 726 Msg.Param2 ); 726 Msg.Param2 ); 727 727 end; 728 728
Note:
See TracChangeset
for help on using the changeset viewer.