// Borland C++ Builder // Copyright (c) 1995, 2005 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'Rvgettext.pas' rev: 10.00 #ifndef RvgettextHPP #define RvgettextHPP #pragma delphiheader begin #pragma option push #pragma option -w- // All warnings off #pragma option -Vx // Zero-length empty class member functions #pragma pack(push,8) #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit //-- user supplied ----------------------------------------------------------- namespace Rvgettext { //-- type declarations ------------------------------------------------------- //-- var, const, procedure --------------------------------------------------- extern PACKAGE AnsiString __fastcall GetCurrentLineText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE AnsiString __fastcall GetVisibleText(Richview::TCustomRichView* rv); extern PACKAGE AnsiString __fastcall GetRVDataText(Crvdata::TCustomRVData* RVData); extern PACKAGE AnsiString __fastcall GetAllText(Richview::TCustomRichView* rv); extern PACKAGE AnsiString __fastcall GetCurrentParaSectionText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE AnsiString __fastcall GetCurrentParaText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE AnsiString __fastcall GetCurrentChar(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE AnsiString __fastcall GetCurrentWord(Rvedit::TCustomRichViewEdit* rve); } /* namespace Rvgettext */ using namespace Rvgettext; #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // Rvgettext