[Overview][Constants][Types][Classes][Index] |
Source position: mselookupbuffer.pas line 228
public function tcustomlookupbuffer.lookuptext( |
const integerkeyfieldno: Integer; |
const textfieldno: Integer; |
const keyvalue: Integer; |
const adefault: msestring = '' |
):msestring; overload; |
const int64keyfieldno: Integer; |
const textfieldno: Integer; |
const keyvalue: Int64; |
const adefault: msestring = '' |
):msestring; overload; |
const stringkeyfieldno: Integer; |
const textfieldno: Integer; |
const keyvalue: msestring; |
const adefault: msestring = '' |
):msestring; overload; |