System.Sensors.TCustomSensor.DoStart

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

Delphi

function DoStart: Boolean; virtual;

C++

virtual bool __fastcall DoStart();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor


説明

センサを起動します。

TCustomSensor の子では、このメソッドをオーバーライドしてセンサの起動方法を管理します。

Start から DoStart が呼び出されます。

関連項目