TdmRC5TxtToSql3 = class(TDataModule)
SqlScrAttachTemp: TSQLScript;
SQLDataImpLog_C100: TLargeintField;
SqlScrLogArchive: TSQLScript;
SqlUpdDataReport: TSQLQuery;
SqlUpdDevice: TSQLQuery;
Give the above code in the editor, is it possible to place the cursor on, for example,
SqlScrAttachTemp and hit some control key to show the object inspector for the specific field (SqlScrAttachTemp).
Placing the cursor on
TdmRC5TxtToSql3 then the key combination would pop the inspector for TdmRC5TxtToSql3 = class(TDataModule)
etc... for the other controls.
If this already exists, what are the required keys.