Additional tab/ja

From Free Pascal wiki
Revision as of 16:59, 24 March 2024 by Ariben (talk | contribs)
Jump to navigationJump to search

English (en) español (es) suomi (fi) français (fr) 日本語 (ja) polski (pl) русский (ru)

Additional タブComponent Palette/jaに含まれ、より頻繁に用いられるコンポーネントを含んでいる

width="100%"

アイコン コンポーネント 内容 オンラインドキュメント
tbitbtn.png TBitBtn/ja Button with caption and an optional image Link
tspeedbutton.png TSpeedButton/ja Similar to TBitBtn, but cannot receive keyboard focus. Often used on toolbar-like panels. Link
tstatictext.png TStaticText/ja Displays text much like TLabel, but can receive keyboard focus. Link
timage.png TImage/ja Display an image (gif, jpg, bmp, png) Link
tshape.png TShape/ja triangle/rectange/round shape Link
tbevel.png TBevel/ja Border that suggests depth. Useful to group form elements optically. Link
tpaintbox.png TPaintBox/ja Drawing area with a TCanvas Link
tnotebook.png TNotebook/ja Container to hold pages, much like a real-world notebook. Similar to TPageControl, but does not have tabs. Link
tlabelededit.png TLabeledEdit/ja Combination of a TEdit and a TLabel Link
tsplitter.png TSplitter/ja Tool for resizing adjacent controls Link
ttrayicon.png TTrayIcon/ja Icon for the application in the system tray Link
tcontrolbar.png TControlBar/ja Container for user-configurable toolbars Link
tflowpanel.png TFlowPanel/ja Container for components which do not have a fixed position but can “flow” when the container size changes Link
tmaskedit.png TMaskEdit/ja TEdit variant which can force the user to obey a specific input mask. Link
tchecklistbox.png TCheckListBox/ja Similar to TListBox, but the the items have attached TCheckBoxes Link
tscrollbox.png TScrollBox/ja Scrollable container Link
tapplicationproperties.png TApplicationProperties/ja Non-visible application property supplier Link
tstringgrid.png TStringGrid/ja 2-dimensional grid for strings Link
tdrawgrid.png TDrawGrid/ja 2-dimensional grid for which the cells must be drawn by user code Link
tpairsplitter.png TPairSplitter/ja Behaves like a TSplitter combined with panel-like containers on each side for other controls. Link
tcolorbox.png TColorBox/ja Combobox to select a color Link
tcolorlistbox.png TColorListBox/ja TListBox to choose a color Link
tvaluelisteditor.png TValueListEditor/ja List of property names with editable values Link

以下も参照のこと

Component Palette/ja
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro