In certain situations there may be a need to disable lookup search.


As at design time we only have access to the standard LOOKUP we cannot use ENABLED directly.


Use the function:


dm_rc.rc_LookUpControlsEnabled (Self, edLkpNAME, False);


dm_rc.rc_LookUpControlsEnabled (Self, edLkpNAME, True);


With this, RadCORE enables / disables all controls created dynamically and / or at design time.

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?