| 
       << Click to display table of contents >> TSRVAlignText Type | 
    
Indicates state information that can influence how an object is drawn.
Unit SRVSkinManager.
type
TSRVDrawState = (srvdsHot, srvdsDown, srvdFocused, srvdsEnabled);
TSRVDrawStates = set of TSRVDrawState;
State  | 
Meaning  | 
srvdsHot  | 
the object is below the mouse pointer  | 
srvdsDown  | 
the object is clicked  | 
srvdFocused  | 
the object is focused (or belongs to the focused control)  | 
srvdsEnabled  | 
the object is not disabled  |