Quick Edit Menu

From RAD Studio
Jump to: navigation, search

Additional options are available to perform Quick Edit actions, the options vary depending on the type of component.


Quick <image property>

Use the Quick <image property> to customize the image properties of your control without searching them in the Object Inspector. This feature is available only for components that use the TPicture or TGraphic property type.

Note: The contextual menu displays Quick Picture or Quick Glyph options depending on the type of component (e.g., TForm control shows a Quick Icon option, and BitBtn control displays a Quick Glyph option.)

To edit the image properties follow these steps:

  1. Right-click the control and click the Quick Picture/Glyph option to open the dialog box
  2. Click Load to add a new image.
  3. In the Load Picture dialog box, select an image.
  4. Click Save to save changes

Quick Picture Quick Picture Load

Quick <image list>

Use the Quick <image list> property to easily access all ImageList objects in the current designer or any linked designer. This feature is available only for components that inherit the TCustomImageList property type.

Note: The contextual menu displays Quick Images and other Quick <imagelist property> names depending on the type of component (e.g., TListView control has Quick LargeImages, Quick GroupHeaderImages, Quick SmallImages, and Quick StateImages)

Follow these steps to add images from the existing ImageList to your component:

  1. Right-click the component and select Quick Images to display a second level menu with the list of available ImageLists.
  2. Click the ImageList you want to add. A check mark indicates when the ImageList is already added to the control.
  3. Click <Add New ImageList> to open the dialog box that allows you to create a new ImageList.

Quick StateImages

Note: The Object Inspector displays the Images Property using the selected ImageList as the default value for the component.

Quick Copy Name

Use the Quick Copy Name option to easily copy the name of a control.

Quick Copy Name

Right-click the component and select Quick Copy Name to copy the name of the component to the clipboard. You can paste (Ctrl+V) the name of the component where required.

Note: The Quick Copy Name copies only the name of the selected component. Use the Edit>Copy command to copy the entire component definition.

Quick DataSource

Use the Quick DataSource property to easily access all DataSource objects in the current designer or any linked designer. This feature is available only for components that use the DataSource property.

Follow these steps to assign one of the available Data Sources to the component:

  1. Right-click the component and select Quick DataSource to display a second level menu with the list of available DataSources.
  2. Click the DataSource you want to assign to the control.
Quick DataSource

Quick DataField

Use the Quick DataField property to easily assign a DataField to a component. This feature is available only for components that use the DataField property.

Follow these steps to assign one of the available DataFields to the component:

  1. Right-click the component and select Quick DataField to display a second level menu with the list of available DataFields.
  2. Click the option you want to connect the control to.
Quick DataField
Note: No options are displayed in any of the following scenarios:
  • The component is not connected to the DataSource
  • The DataSource is not connected to a DataSet
  • The connected DataSet is disabled

See Also