Component Palette/ru

From Free Pascal wiki
Revision as of 20:33, 31 August 2020 by Zoltanleo (talk | contribs)
Jump to navigationJump to search

English (en) suomi (fi) français (fr) 日本語 (ja) русский (ru)

Палитра компонентов представляет собой панели инструментов, разделенных вкладками, которые используются для построения форм.

Component Palette Standard.png

Палитра компонентов
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro

Each tab causes the display of a different set of icons, representing a functional group of components. The left-most icon in each tabbed group is an obliquely leftward-facing arrow, called the Selection Tool.

If you allow the mouse cursor to hover over any of the icons on the Component Palette, without clicking on the icon, the title of that component will pop-up. Note that each title begins with a 'T' - this signifies 'Type' or more accurately 'Class' of the component. When you select a component for inclusion in a form, the Class is added to the type section of the interface part of the Unit (usually as part of the overall TForm1), and an instance of that class is added to the var section (usually as the variable Form1). Any Methods that you design to be used by the Form or its Components (ie Procedures or Functions) will be placed in the implementation part of the Unit.

Используя меню [Инструменты|Опции]([Tools|Options]) или Crtl-Shift-O вы можете изменить расположение и состав компонентов.

IDE Options - Environment - Component Palette.png


См. также