|
Access to the names and values
The names and values returned by OnGetName and OnGetValue events of TCommonInspector can be obtained by the read-only Names and Values array-type properties. The follow code shows the first property name:
ShowMessage(CommonInspector1.Names[0]);
|