You are reading help file online using chmlib.com
|
function IsComponentSelected(const Components: String): Boolean;
Returns True if the specified component is selected. Multiple components may be specified in the same manner as in a Components parameter.
begin if IsComponentSelected('helpfiles') then // the 'helpfiles' component is selected end;
You are reading help file online using chmlib.com
|