Recent

Author Topic: Object inspector for field at current cursor.  (Read 1064 times)

BrunoK

  • Hero Member
  • *****
  • Posts: 697
  • Retired programmer
Object inspector for field at current cursor.
« on: June 09, 2024, 03:56:04 pm »
Code: Pascal  [Select][+][-]
  1.   TdmRC5TxtToSql3 = class(TDataModule)
  2.     SqlScrAttachTemp: TSQLScript;
  3.     SQLDataImpLog_C100: TLargeintField;
  4.     SqlScrLogArchive: TSQLScript;
  5.     SqlUpdDataReport: TSQLQuery;
  6.     SqlUpdDevice: TSQLQuery;
  7.  
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.

 

TinyPortal © 2005-2018