Componentes.Terceros.TRichView/12.0.4/Units/D2006/RVGetText.hpp
david fddb8c1dff Importación inicial con versión 12.0.4
NO HAY CÓDIGO FUENTE

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
2010-01-11 12:26:42 +00:00

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