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

TAtkTextIface

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

Declaration

Source position: lazatk1.pas line 1340

type TAtkTextIface = object

  parent: TGTypeInterface;

  

  get_text: ;

  

  get_text_after_offset: ;

  

  get_text_at_offset: ;

  

  get_character_at_offset: ;

  

  get_text_before_offset: ;

  

  get_caret_offset: ;

  

  get_run_attributes: ;

  

  get_default_attributes: ;

  

  get_character_extents: ;

  

  get_character_count: ;

  

  get_offset_at_point: ;

  

  get_n_selections: ;

  

  get_selection: ;

  

  add_selection: ;

  

  remove_selection: ;

  

  set_selection: ;

  

  set_caret_offset: ;

  

  text_changed: ;

  

  text_caret_moved: ;

  

  text_selection_changed: ;

  

  text_attributes_changed: ;

  

  get_range_extents: ;

  

  get_bounded_ranges: ;

  

  get_string_at_offset: ;

  

  scroll_substring_to: ;

  

  scroll_substring_to_point: ;

  

end;

Inheritance

TAtkTextIface