

- #EMBARCADERO DELPHI DRAW AN IMAGE ON TRACKBAR FULL#
- #EMBARCADERO DELPHI DRAW AN IMAGE ON TRACKBAR CODE#
Select the Methods link on a component reference page to see the full information on the available methods (procedures, functions etc) for that component object.Ī tab set that has the appearance of notebook dividers.Ī set of pages used to make a multiple page dialog box.Ī collection of images, with each referred to by its index.Ī wrapper for a Windows rich text edit control.Ī wrapper for a Windows Common Control hot key.Ī window that displays a hierarchical list of items.Ī list that can display items in several different waysĪ status bar (row of panels) usually at the bottom of a form.Ī manager for tool buttons and other controls.Ī collection of windowed controls within editable bands.Ī stand-alone calendar with selectable dates.Ī display area for a narrow window, such as a toolbar. See the Win32 Controls category in the Embarcadero VCL documentation. Select the Methods link on a component reference page to see the full information on the available methods (procedures, functions etc) for that component object.Ī push button control incorporating a bitmap.Ī button that is used to execute commands or set modes.Ī grid control to simplify the handling of strings etc.Ī grid control that displays information in column/row format.Ī control that displays a graphical image.Ī geometric shape that can be drawn on a form.Ī scrollable list with check boxes next to each itemĪ control to divide the form client area into resizable panes.Ī windowed control that displays text on a form.Ī control to manage the layout of toolbar components. See the Additional Controls category in the Embarcadero VCL documentation. Select the Methods link on a component reference page to see the full information on the available methods (procedures, functions etc) for that component object.Ī menu bar and its accompanying drop-down menus.Ī pop-up (context) menu that appears when a user right clicks.Ī non-windowed control that displays text on a form.Ī single-line edit control, used to retrieve text that a user types.Ī check box object that can be on (checked) or off (unchecked).Ī collection of items displayed in a scrollable list.Īn edit box combined with a scrollable list.Ī scroll bar used to scroll the contents of an object.Ī group of radio buttons that function together.Ī list of actions that can be used by components and controls. See the Standard Controls category in the Embarcadero VCL documentation. To find the Methods and further information on the various category tabs in the scripting Tools Palette, the refer to the following sections.
#EMBARCADERO DELPHI DRAW AN IMAGE ON TRACKBAR CODE#
Use the Code Completion ( Ctrl+Space) feature to search for a valid component Method or Property. Use Ctrl+Space to manually instigate the Code Completion window. For example, by typing TButton.hi the Code Completion window will show both the Hide procedure and Hint property for the TButton component object.

To find a particular Method (or Property) for a Tool Palette component, use the Code Completion feature (see Script Editor Tools). In the case of the TButton control for example, select the Standard category, the TButton page and then the Events or Properties view. Select the Events or Properties link on the appropriate component reference page in the Embarcadero documentation.

Select a component on the Form and activate the Events or Properties tab in the Object Inspector panel.To see a list of Events and Properties for a component: The two specialized categories (tabs) in the Tools Palette, Altium Standard and Instrument Controls, are derived from standard Delphi-type components but not specifically included in the Embarcadero reference documentation. The Scripting system's visual form controls, based on Embarcadero's Visual Component Library (VCL), are represented by a wide range of conventional Delphi-type component objects and two specialized Altium component categories - the Altium Standard and Instrument Controls groups.įor full details on the methods, properties and events for the majority of components, refer to the component categories in the Embarcadero VCL documentation.
