Location:
eikfctry.h
Link against: eikcore.lib
EikControlFactory
Supported from 6.0
Abstract factory that creates controls by type. This class provides a unified way to create controls according to the specified control integer ID.
Defined in EikControlFactory
:
CreateByTypeL()
SEikControlInfo CreateByTypeL(TInt aControlType);
Creates the specified type of control by going through the dynamically loaded DLLs’ Control Factories until one is found which successfully creates the desired control.
|
|