Home
last modified time | relevance | path

Searched refs:GetControlText (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Ddisconnect_window_win.cc138 bool GetControlText(HWND control, base::string16* text) { in GetControlText() function
481 if (!GetControlText(hwnd_button, &button_text) || in SetStrings()
482 !GetControlText(hwnd_message, &message_text)) { in SetStrings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DMobileControl.cs916 … text = GetControlText(out containTag, out _containsDataboundLiteral, trimInnerText);
1034 internal String GetControlText(out bool containTag, out bool containDataboundLiteral) in GetControlText() method in System.Web.UI.MobileControls.MobileControl
1036 return GetControlText(out containTag, out containDataboundLiteral, false); in GetControlText()
1040 … private String GetControlText(out bool containTag, out bool containDataboundLiteral, bool trim) in GetControlText() method in System.Web.UI.MobileControls.MobileControl
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc50 Result := win32proc.GetControlText(FHandle);
H A Dwin32wsspin.pp373 AText := GetControlText(AWinControl.Handle);
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc51 Result := GetControlText(fHandle);
H A Dwincewsspin.pp209 AText := GetControlText(GetBuddyWindow(AWinControl.Handle));
H A Dwinceproc.pp94 function GetControlText(AHandle: HWND): string;
1130 function GetControlText(AHandle: HWND): string;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincememostrings.inc51 Result := GetControlText(fHandle);
H A Dwincewsspin.pp211 AText := GetControlText(GetBuddyWindow(AWinControl.Handle));
H A Dwinceproc.pp93 function GetControlText(AHandle: HWND): string;
1128 function GetControlText(AHandle: HWND): string;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc50 Result := win32proc.GetControlText(FHandle);
H A Dwin32wsspin.pp375 AText := GetControlText(AWinControl.Handle);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc51 Result := GetControlText(fHandle);
H A Dwincewsspin.pp209 AText := GetControlText(GetBuddyWindow(AWinControl.Handle));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc50 Result := win32proc.GetControlText(FHandle);
H A Dwin32wsspin.pp373 AText := GetControlText(AWinControl.Handle);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincememostrings.inc51 Result := GetControlText(fHandle);
H A Dwincewsspin.pp211 AText := GetControlText(GetBuddyWindow(AWinControl.Handle));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc50 Result := win32proc.GetControlText(FHandle);
H A Dwin32wsspin.pp375 AText := GetControlText(AWinControl.Handle);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DMobileControlDesigner.cs251 _mobileControl.GetControlText(out containsTag, out containsDataboundLiteral); in GetErrorMessage()
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas201 function GetControlText(AHandle: HWND): string; in GetControlText() function
1605 function GetControlText(AHandle: HWND): string; in GetControlText() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas200 function GetControlText(AHandle: HWND): string; in GetControlText() function
1603 function GetControlText(AHandle: HWND): string; in GetControlText() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas201 function GetControlText(AHandle: HWND): string; in GetControlText() function
1605 function GetControlText(AHandle: HWND): string; in GetControlText() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas200 function GetControlText(AHandle: HWND): string; in GetControlText() function
1603 function GetControlText(AHandle: HWND): string; in GetControlText() function

123