[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazatk1.pas line 946
type TAtkText = object |
||
|
||
|
||
text_insert: ; |
|
|
text_remove: ; |
|
|
|
||
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; |
|