46 lines
1.8 KiB
C++
46 lines
1.8 KiB
C++
|
|
// 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 <System.hpp> // Pascal unit
|
||
|
|
#include <Sysinit.hpp> // Pascal unit
|
||
|
|
#include <Rvitem.hpp> // Pascal unit
|
||
|
|
#include <Richview.hpp> // Pascal unit
|
||
|
|
#include <Rvedit.hpp> // Pascal unit
|
||
|
|
#include <Crvdata.hpp> // Pascal unit
|
||
|
|
#include <Rvtypes.hpp> // 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
|