TEXTRANGE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Text control UDTs >

TEXTRANGE

 

Description

 

TEXTRANGE structure.

 

Syntax

 

Type TEXTRANGE

  cpMin     As Long

  cpMax     As Long

  lpstrText As ASCIIZ PTR  ' allocated by caller, zero terminated by RichEdit

End Type

 

Remarks

 

See also

 

Examples