Forum > Win32/64

[solved] May be TcomboBox.SelStart Wrong in win 32/64 platform

(1/1)

zhangshelly:
comboBOX  input  非常,then in   "DropDown" event write 
var
  ist:integer;
begin
  ist:=ComboBox1.SelStart;     
  if ist>2 then
   Beep;
end;
------
 Tedit   Tmemo   return 2,but  TcomboBox return 4
--------------------
FPC version 3.2.2  Lazarus verison 2.26  stable ,win11  x64

ASerge:

--- Quote from: zhangshelly on November 24, 2023, 10:58:25 am --- Tedit   Tmemo   return 2,but  TcomboBox return 4
FPC version 3.2.2  Lazarus verison 2.26  stable ,win11  x64

--- End quote ---
FPC version 3.2.2, Lazarus version 3.0RC2, win7 x64.
TEdit, TMemo and TComboBox return 2.

zhangshelly:
same binary Exe file,  run in win10  x64  (vmware) get right resualt...........

Navigation

[0] Message Index

Go to full version