Componentes.Terceros.TRichView/12.0.4/Units/D2006/RVGetTextW.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

47 lines
1.9 KiB
C++

// 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 <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Rvuni.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 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