Code Assistant - Overridden Constructor

vllr

Member²
Marco,

one enhancement request related to Object Types handling in Code assistant. When you create new instance of Object Type like

obj := MyType(...


code assistant shows default constructor only. It would be very helpful if we have the same functionality for selecting the overridden constructor as we have for selection of overridden procedures/functions (with two small arrows at the bottom of selection screen). I believe should be doable - just getting all constructors defined for this Object Type...
 
Back
Top