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

TAtkText

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

Declaration

Source position: lazatk1.pas line 946

type TAtkText = object

  text_attributes_changed: ;

  

  text_caret_moved: ;

  

  text_insert: ;

  

  text_remove: ;

  

  text_selection_changed: ;

  

  procedure free_ranges();

  

  function add_selection();

  

  function get_bounded_ranges();

  

  function get_caret_offset;

  

  function get_character_at_offset();

  

  function get_character_count;

  

  procedure get_character_extents();

  

  function get_default_attributes;

  

  function get_n_selections;

  

  function get_offset_at_point();

  

  procedure get_range_extents();

  

  function get_run_attributes();

  

  function get_selection();

  

  function get_string_at_offset();

  

  function get_text();

  

  function remove_selection();

  

  function scroll_substring_to();

  

  function scroll_substring_to_point();

  

  function set_caret_offset();

  

  function set_selection();

  

end;

Inheritance

TAtkText