Inspex 是一個先進的原生 VCL 網格控件集,用于檢查你的程序中的對象和其他數據類型。從編輯名稱-值對列表的輕量級 TIxItemListEditor,到先進的用來檢查對象和組件所有發布的屬性的 TIxObjectInspector,總有一個檢查控件適合你。
Inspex is an advanced set of native VCL grid controls specifically designed for inspecting objects and other data types in your programs. From the light-weight TIxItemListEditor for editing lists of name-value pairs to the advanced TIxObjectInspector for inspecting all published properties of objects and components, there is an inspector control in the Inspex collection that will meet your needs.
TIxItemListEditor
The TIxItemListEditor is a specialized grid control for editing a collection of items using an object inspector style interface.
TIxItemListInspector
The TIxItemListInspector provides all of the same capabilities as the TIxItemListEditor, but allows the individual items to be customized in more ways. Most importantly, it is possible to associate a type with an item (e.g. string, Integer, TDateTime, etc.).
TIxObjectInspector
The TIxObjectInspector is essentially a specialized version of the TIxItemListInspector with the ability to scan one or more objects and automatically populate the control's Items collection from the properties of the inspected objects. Property types are also automatically established so that property presets are utilized to enhance the display and editing capabilities of each item.
TIxDBInspector
The TIxDBInspector is similar to the TIxObjectInspector, but instead of inspecting objects, this control is designed for inspecting datasets.