Home
last modified time | relevance | path

Searched refs:ACaption (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dproc_panelhost.pas292 if ItemCaption=ACaption then
311 Num:= CaptionToPanelIndex(ACaption);
328 Num:= CaptionToPanelIndex(ACaption);
346 Panel.ItemCaption:= ACaption;
359 Toolbar.AddButton(AImageIndex, @HandleButtonClick, ACaption, ACaption, '', false);
374 Panel.ItemCaption:= ACaption;
381 Toolbar.AddButton(AImageIndex, @HandleButtonClick, ACaption, ACaption,
393 Num:= CaptionToButtonIndex(ACaption);
402 if ItemCaption=ACaption then
457 LastActivePanel:= ACaption;
[all …]
H A Dformmain_py_toolbars.inc37 const ACaption: string;
44 const ACaption: string;
78 const ACaption: string;
91 Result:= AToolbar.AddDropdown(AImageIndex, mnu, nil, ACaption, AHint, ACommand);
97 const ACaption: string;
103 if ACaption='-' then
110 Result:= AddMenu(AToolbar, ACaption, ACommand, AHint, AButtonIndex, AImageIndex);
117 ACaption,
120 ACaption<>''
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Ddlginputcombo.pp28 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
29 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
59 W:=Max(W,frm.Canvas.TextWidth(ACaption));
63 frm.Caption:=ACaption;
97 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
107 Result:=InputCombo(ACaption,APrompt,L);
119 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
122 function InputComboEx(const ACaption, APrompt: string;
132 Result:=InputComboEx(ACaption,APrompt,L,AllowCustomText);
138 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
[all …]
/dports/editors/lazarus/lazarus/components/fpreport/
H A Ddlginputcombo.pp28 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
29 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
59 W:=Max(W,frm.Canvas.TextWidth(ACaption));
63 frm.Caption:=ACaption;
97 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
107 Result:=InputCombo(ACaption,APrompt,L);
119 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
122 function InputComboEx(const ACaption, APrompt: string;
132 Result:=InputComboEx(ACaption,APrompt,L,AllowCustomText);
138 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpreport/
H A Ddlginputcombo.pp28 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
29 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
59 W:=Max(W,frm.Canvas.TextWidth(ACaption));
63 frm.Caption:=ACaption;
97 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
107 Result:=InputCombo(ACaption,APrompt,L);
119 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
122 function InputComboEx(const ACaption, APrompt: string;
132 Result:=InputComboEx(ACaption,APrompt,L,AllowCustomText);
138 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Ddlginputcombo.pp28 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
29 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
59 W:=Max(W,frm.Canvas.TextWidth(ACaption));
63 frm.Caption:=ACaption;
97 Function InputCombo(const ACaption, APrompt: string; const AList : Array of String): Integer;
107 Result:=InputCombo(ACaption,APrompt,L);
119 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
122 function InputComboEx(const ACaption, APrompt: string;
132 Result:=InputComboEx(ACaption,APrompt,L,AllowCustomText);
138 Function InputCombo(const ACaption, APrompt: string; const AList: TStrings): Integer;
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaintcontrols/
H A Dlctoolbars.pas149 function AddToolbarLabel(AToolbar: TToolbar; ACaption: string; in AddToolbarLabel()
158 lbl.Caption := ACaption;
172 btn.Caption := ACaption;
173 btn.Hint := ACaption;
183 function AddToolbarButton(AToolbar: TToolbar; ACaption: string; in AddToolbarButton()
190 btn.Caption := ACaption;
191 btn.Hint := ACaption;
199 function AddToolbarUpDown(AToolbar: TToolbar; ACaption: string; AMin, in AddToolbarUpDown()
208 result.Hint := ACaption;
214 function AddToolbarTextBox(AToolbar: TToolbar; ACaption: string; AText: string; in AddToolbarTextBox()
[all …]
/dports/editors/lazarus/lazarus/lcl/include/
H A Dinputdialog.inc103 function DoInputCombo(const ACaption, APrompt: string; const AList: TStrings; AllowInput : Boolean;…
121 W:=Max(W,frm.Canvas.TextWidth(ACaption));
125 frm.Caption:=ACaption;
159 function InputCombo(const ACaption, APrompt: string; const AList: TStrings
162 DoInputCombo(ACaption,APrompt,AList,False,Result);
165 function InputCombo(const ACaption, APrompt: string;
175 Result:=InputCombo(ACaption,APrompt,L);
181 function InputComboEx(const ACaption, APrompt: string; const AList: TStrings;
186 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
189 function InputComboEx(const ACaption, APrompt: string;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dinputdialog.inc103 function DoInputCombo(const ACaption, APrompt: string; const AList: TStrings; AllowInput : Boolean;…
121 W:=Max(W,frm.Canvas.TextWidth(ACaption));
125 frm.Caption:=ACaption;
159 function InputCombo(const ACaption, APrompt: string; const AList: TStrings
162 DoInputCombo(ACaption,APrompt,AList,False,Result);
165 function InputCombo(const ACaption, APrompt: string;
175 Result:=InputCombo(ACaption,APrompt,L);
181 function InputComboEx(const ACaption, APrompt: string; const AList: TStrings;
186 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
189 function InputComboEx(const ACaption, APrompt: string;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dinputdialog.inc104 function DoInputCombo(const ACaption, APrompt: string; const AList: TStrings; AllowInput : Boolean;…
122 W:=Max(W,frm.Canvas.TextWidth(ACaption));
126 frm.Caption:=ACaption;
160 function InputCombo(const ACaption, APrompt: string; const AList: TStrings
163 DoInputCombo(ACaption,APrompt,AList,False,Result);
166 function InputCombo(const ACaption, APrompt: string;
176 Result:=InputCombo(ACaption,APrompt,L);
182 function InputComboEx(const ACaption, APrompt: string; const AList: TStrings;
187 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
190 function InputComboEx(const ACaption, APrompt: string;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dinputdialog.inc104 function DoInputCombo(const ACaption, APrompt: string; const AList: TStrings; AllowInput : Boolean;…
122 W:=Max(W,frm.Canvas.TextWidth(ACaption));
126 frm.Caption:=ACaption;
160 function InputCombo(const ACaption, APrompt: string; const AList: TStrings
163 DoInputCombo(ACaption,APrompt,AList,False,Result);
166 function InputCombo(const ACaption, APrompt: string;
176 Result:=InputCombo(ACaption,APrompt,L);
182 function InputComboEx(const ACaption, APrompt: string; const AList: TStrings;
187 Result:=DoInputCombo(ACaption,APrompt,AList,AllowCustomText,D);
190 function InputComboEx(const ACaption, APrompt: string;
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Duresourcestrings.pas250 function RemoveTrail(ACaption: string): string; in RemoveTrail()
254 function RemoveTrail(ACaption: string): string; in RemoveTrail()
256 result := Trim(ACaption);
261 function ApplyShortcutStr(ACaption, AShortcut: string): string; in ApplyShortcutStr()
264 idxPar := Pos('(',ACaption);
266 result := Trim(copy(ACaption,1,idxPar-1))
268 result := Trim(ACaption);
/dports/editors/lazarus/lazarus/components/sparta/toolsapi/source/
H A Ddesignmenus.pas19 function Find(const ACaption: WideString): IMenuItem; in Find()
25 function AddItem(const ACaption: WideString; AShortCut: TShortCut; in AddItem()
32 function InsertItem(const ACaption: WideString; in InsertItem()
35 function InsertItem(Index: Integer; const ACaption: WideString; in InsertItem()
70 procedure SetCaption(const ACaption: WideString);
/dports/editors/lazarus-qt5/lazarus/components/sparta/toolsapi/source/
H A Ddesignmenus.pas19 function Find(const ACaption: WideString): IMenuItem; in Find()
25 function AddItem(const ACaption: WideString; AShortCut: TShortCut; in AddItem()
32 function InsertItem(const ACaption: WideString; in InsertItem()
35 function InsertItem(Index: Integer; const ACaption: WideString; in InsertItem()
70 procedure SetCaption(const ACaption: WideString);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesignmenus.pas19 function Find(const ACaption: WideString): IMenuItem; in Find()
25 function AddItem(const ACaption: WideString; AShortCut: TShortCut; in AddItem()
32 function InsertItem(const ACaption: WideString; in InsertItem()
35 function InsertItem(Index: Integer; const ACaption: WideString; in InsertItem()
70 procedure SetCaption(const ACaption: WideString);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesignmenus.pas19 function Find(const ACaption: WideString): IMenuItem; in Find()
25 function AddItem(const ACaption: WideString; AShortCut: TShortCut; in AddItem()
32 function InsertItem(const ACaption: WideString; in InsertItem()
35 function InsertItem(Index: Integer; const ACaption: WideString; in InsertItem()
70 procedure SetCaption(const ACaption: WideString);
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsmenus_cocoa.inc14 function isSeparator(const ACaption: AnsiString): Boolean;
16 Result:=ACaption='-';
19 function MenuCaption(const ACaption: AnsiString): AnsiString;
23 i:=Pos('&', ACaption);
25 Result:=Copy(ACaption, 1, i-1)+Copy(ACaption,i+1, length(ACaption))
27 Result:=ACaption;
119 ACaption - Menu item caption
123 class procedure TCDWSMenuItem.SetCaption(const AMenuItem: TMenuItem; const ACaption: string);
128 ns:=NSStringUtf8(ACaption);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsmenus_cocoa.inc14 function isSeparator(const ACaption: AnsiString): Boolean;
16 Result:=ACaption='-';
19 function MenuCaption(const ACaption: AnsiString): AnsiString;
23 i:=Pos('&', ACaption);
25 Result:=Copy(ACaption, 1, i-1)+Copy(ACaption,i+1, length(ACaption))
27 Result:=ACaption;
119 ACaption - Menu item caption
123 class procedure TCDWSMenuItem.SetCaption(const AMenuItem: TMenuItem; const ACaption: string);
128 ns:=NSStringUtf8(ACaption);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsmenus_cocoa.inc14 function isSeparator(const ACaption: AnsiString): Boolean;
16 Result:=ACaption='-';
19 function MenuCaption(const ACaption: AnsiString): AnsiString;
23 i:=Pos('&', ACaption);
25 Result:=Copy(ACaption, 1, i-1)+Copy(ACaption,i+1, length(ACaption))
27 Result:=ACaption;
119 ACaption - Menu item caption
123 class procedure TCDWSMenuItem.SetCaption(const AMenuItem: TMenuItem; const ACaption: string);
128 ns:=NSStringUtf8(ACaption);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsmenus_cocoa.inc14 function isSeparator(const ACaption: AnsiString): Boolean;
16 Result:=ACaption='-';
19 function MenuCaption(const ACaption: AnsiString): AnsiString;
23 i:=Pos('&', ACaption);
25 Result:=Copy(ACaption, 1, i-1)+Copy(ACaption,i+1, length(ACaption))
27 Result:=ACaption;
119 ACaption - Menu item caption
123 class procedure TCDWSMenuItem.SetCaption(const AMenuItem: TMenuItem; const ACaption: string);
128 ns:=NSStringUtf8(ACaption);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/charteditor/
H A Dcelegenddlg.pas32 procedure Prepare(ALegend: TChartLegend; ACaption: String = '');
85 ACaption: String = '');
92 if ACaption <> '' then
93 Caption := ACaption;
H A Dcetitlefootdlg.pas32 procedure Prepare(ATitle: TChartTitle; ACaption: String = '');
100 procedure TChartTitleFootEditor.Prepare(ATitle: TChartTitle; ACaption: String = '');
107 if ACaption <> '' then
108 Caption := ACaption;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/charteditor/
H A Dcelegenddlg.pas32 procedure Prepare(ALegend: TChartLegend; ACaption: String = '');
85 ACaption: String = '');
92 if ACaption <> '' then
93 Caption := ACaption;
H A Dcetitlefootdlg.pas32 procedure Prepare(ATitle: TChartTitle; ACaption: String = '');
100 procedure TChartTitleFootEditor.Prepare(ATitle: TChartTitle; ACaption: String = '');
107 if ACaption <> '' then
108 Caption := ACaption;
/dports/lang/fpc-source/fpc-3.2.2/packages/fpgtk/src/
H A Dfpgtkext.pp177 function NewMenuItem (ACaption, AToolTip, AprivText : string;
179 function NewMenuItem (ACaption : string; Accelerator : PAccelKeyDef;
182 function NewMenuItem (ACaption : string) : TFPgtkMenuItem; overload;
189 function NewSubMenu (ACaption, ATooltip, AprivText : string;
191 function NewSubMenu (ACaption : string; Accelerator : PAccelKeyDef;
197 function NewCheckMenuItem (ACaption, AToolTip, AprivText : string;
473 result := AType.CreateWithLabel (ACaption);
492 function NewMenuItem (ACaption, AToolTip, AprivText : string;
509 function NewMenuItem (ACaption : string) : TFPgtkMenuItem;
531 function NewSubMenu (ACaption, ATooltip, AprivText : string;
[all …]

12345678910>>...19