Important: The information in this document is obsolete and should not be used for new development.
GetComponentListModSeed
TheGetComponentListModSeed
function allows you to determine if the list of registered components has changed. This function returns the value of the component registration seed number. By comparing this value to values previously returned by the this function, you can determine whether the list has changed. Your application may
use this information to rebuild its internal component lists or to trigger other activity that is necessary whenever new components are available.
FUNCTION GetComponentListModSeed: LongInt;DESCRIPTION
TheGetComponentListModSeed
function returns a long integer containing the component registration seed number. Each time the Component Manager registers or unregisters a component it generates a new, unique seed number.