[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazatk1.pas line 872
type TAtkTable = object |
||
|
||
|
||
|
||
|
||
row_deleted: ; |
|
|
row_inserted: ; |
|
|
|
||
function add_column_selection(); |
|
|
function add_row_selection(); |
|
|
function get_caption; |
|
|
function get_column_description(); |
|
|
function get_column_extent_at(); |
|
|
function get_column_header(); |
|
|
function get_n_columns; |
|
|
function get_n_rows; |
|
|
function get_row_description(); |
|
|
function get_row_extent_at(); |
|
|
function get_row_header(); |
|
|
function get_selected_columns(); |
|
|
function get_selected_rows(); |
|
|
function get_summary; |
|
|
function is_column_selected(); |
|
|
function is_row_selected(); |
|
|
function is_selected(); |
|
|
function ref_at(); |
|
|
function remove_column_selection(); |
|
|
function remove_row_selection(); |
|
|
procedure set_caption(); |
|
|
procedure set_column_description(); |
|
|
procedure set_column_header(); |
|
|
procedure set_row_description(); |
|
|
procedure set_row_header(); |
|
|
procedure set_summary(); |
|
|
end; |
|