TSLXButtonInfo

SL4 に追加するプラグインボタンの種類を定義する構造体です。

構文

type
  PSLXButtonInfo = ^TSLXButtonInfo;
  TSLXButtonInfo = packed record
    Name: array[0..63] of Char;
    IconIndex: Integer;
    OwnerDraw: BOOL;
    UpdateInterval: Integer;
    OwnerChip: BOOL;
  end;

メンバ

Name ボタン名
IconIndex 描画機能がない場合に使うアイコンの 0 から始まるインデックス
OwnerDraw 描画機能がある=True
UpdateInterval データの更新までの間隔(×0.1秒)
OwnerChip 独自チップ機能がある=True