[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazatk1.pas line 1092
type TAtkStateSet = object(TGObject) |
||
function new; |
|
|
function add_state(); |
|
|
procedure add_states(); |
|
|
function and_sets(); |
|
|
procedure clear_states; |
|
|
function contains_state(); |
|
|
function contains_states(); |
|
|
function is_empty; |
|
|
function or_sets(); |
|
|
function remove_state(); |
|
|
function xor_sets(); |
|
|
end; |
|
||
|