System.Classes.TThread.OnSynchronize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property OnSynchronize: TOnSynchronizeProc read FOnSynchronize write FOnSynchronize;

C++

/* static */ __property _di_TOnSynchronizeProc OnSynchronize = {read=FOnSynchronize, write=FOnSynchronize};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread


Beschreibung