LMD DialogPack
|
Method that calls the InitialiseControlClass method to get the default control class for a specific TControlType.
function DoGetControlClass(AControlType: TControlType): TControlClass; virtual;
This method also triggers the OnGetControlClass event that allows you to specify a different control class to the default class.
It is recommended if you override the InitialiseControlClass method that you also override the InitaliseControl method.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|