API:Winapi.Messages.TWMCharToItem

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。