Einzelnen Beitrag anzeigen

Delphi.Narium

Registriert seit: 27. Nov 2017
2.431 Beiträge
 
Delphi 7 Professional
 
#14

AW: TComboEdit ItemIndex funktioniert in Firemonkey nicht

  Alt 5. Okt 2018, 14:32
Innereien bei Delphi 7:
Delphi-Quellcode:
function TCustomComboBoxStrings.IndexOf(const S: string): Integer;
begin
  Result := SendMessage(ComboBox.Handle, CB_FINDSTRINGEXACT, -1, LongInt(PChar(S)));
end;
  Mit Zitat antworten Zitat