DAGetTextBlockTextA

Text, Extraction, Direct access functionality

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to DAGetTextBlockText and string arguments are interpreted using the current SetAnsiMode code page

Returns the text in the specified text block.

Syntax

Delphi

Function DLDAGetTextBlockTextA(InstanceID, TextBlockListID, Index: Integer): PAnsiChar;

DLL

const char * DLDAGetTextBlockTextA(int InstanceID, int TextBlockListID, int Index);

Parameters

TextBlockListIDA value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions
IndexThe index of the text block. The first text block in the list has an index of 1.