[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazAtk1' (#lcl)

TAtkTextRange

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazatk1.pas line 1319

type TAtkTextRange = object

  bounds: TAtkTextRectangle;

  

  start_offset: gint;

  

  end_offset: gint;

  

  content: Pgchar;

  

end;

Inheritance

TAtkTextRange