Dragging and dropping collection properties as components on forms
To drag and drop a property from a collection as a component on a form:
Note:
- If the property or property class extension contains a caption, this caption is shown in the grid and static.
- If the Edit component type is not appropriate for the property, change the component type after the drag and drop is complete. For example, a property with a True/False value could use the CheckBox component type.
- The name of the component is in the format propertynameGridCol, propertynameEdit, and propertynameStatic. If a component with that name already exists, an incrementing number is added to the end of the name.
Related topics