[Overview][Types][Classes] Reference for unit 'uWordList' (#pLua)

TWordList.OnReleaseWordData

Declaration

Source position: uWordList.pas line 83

public property TWordList.OnReleaseWordData: TWordListReleaseWordData
  read FOnReleaseWordData
  write SetOnReleaseWordData;

Description

Event that is called when a word is removed from the word list. Use this to cleanup the data pointers if you need to.