Winapi.Messages.TWMCharToItem
Delphi
TWMCharToItem = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
Key: Word;
CaretPos: Word;
keyCaretPosFiller: TDWordFiller;
ListBox: HWND;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TWMCharToItem
{
public:
unsigned Msg;
System::Word Key;
System::Word CaretPos;
HWND ListBox;
NativeInt Result;
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | Winapi.Messages.pas Winapi.Messages.hpp |
Winapi.Messages | Winapi.Messages |
Beschreibung
Windows-Botschafts-Record für WM_CHARTOITEM.
Weitere Informationen zur Meldung WM_CHARTOITEM finden Sie in der Dokumentation von Windows Dev Center.
http://msdn.microsoft.com/library/en-us/windows/desktop/bb761358.aspx