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

TAtkStateSet

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

Declaration

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;

Inheritance

TAtkStateSet

  

TGObject