// Borland C++ Builder // Copyright (c) 1995, 2005 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'Rvgettextw.pas' rev: 10.00 #ifndef RvgettextwHPP #define RvgettextwHPP #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 #include // Pascal unit //-- user supplied ----------------------------------------------------------- namespace Rvgettextw { //-- type declarations ------------------------------------------------------- //-- var, const, procedure --------------------------------------------------- extern PACKAGE WideString __fastcall GetCurrentLineText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE WideString __fastcall GetVisibleText(Richview::TCustomRichView* rv); extern PACKAGE WideString __fastcall GetRVDataText(Crvdata::TCustomRVData* RVData); extern PACKAGE WideString __fastcall GetAllText(Richview::TCustomRichView* rv); extern PACKAGE WideString __fastcall GetCurrentParaSectionText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE WideString __fastcall GetCurrentParaText(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE WideString __fastcall GetCurrentChar(Rvedit::TCustomRichViewEdit* rve); extern PACKAGE WideString __fastcall GetCurrentWord(Rvedit::TCustomRichViewEdit* rve); } /* namespace Rvgettextw */ using namespace Rvgettextw; #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // Rvgettextw