System.BeginThreadProc
Delphi
BeginThreadProc: TBeginThreadProc = nil;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
variable | public | System.pas | System | System |
説明
スレッドを開始する関数を指すポインタです。
BeginThreadProc が nil でなければ、BeginThread で BeginThreadProc が呼び出されます。
Delphi
BeginThreadProc: TBeginThreadProc = nil;
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
variable | public | System.pas | System | System |
スレッドを開始する関数を指すポインタです。
BeginThreadProc が nil でなければ、BeginThread で BeginThreadProc が呼び出されます。