JVCL Help:TInspectorComponentFlag

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Flags used for the TComponent type inspector items.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TInspectorComponentFlag = (
icfShowOwnerNames,
icfNoShowFirstOwnerName,
icfSortComponents,
icfSortOwners,
icfKeepFirstOwnerAsFirst
);
TInspectorComponentFlags = setof TInspectorComponentFlag;


Members

Members Description
icfShowOwnerNames Indicates if owner names should be displayed.
icfNoShowFirstOwnerName Indicates whether the name of the first owner in the list should be suppressed.
icfSortComponents Indicates whether components are sorted alphabetically withing their owner.
icfSortOwners Indicates whether owners are sorted alphabetically.
icfKeepFirstOwnerAsFirst Indicates whether the first owner in the list should stay the first after sorting.

run\JvInspector.pas


Description

TInspectorComponentFlag are the available flags for TComponent type inspector item.

run\JvInspector.pas


About

Navigation

no pages or subcategories

run\JvInspector.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page