delphi构造&析构调用顺序

mac2022-06-30  39

_ClassCreate

->Create

->AfterConstruction(->DoCreate / OnCreate)

 

BeforeDestruction(->DoDestroy / OnDestroy)

->Destroy

->_ClassDestroy

 

转载于:https://www.cnblogs.com/Blogs-young-chan/p/4680094.html

最新回复(0)