|
<< Click to Display Table of Contents >> Navigation: Class Helpers > TIWSessionsHelper |
SIGNATURE=IWApplication.TIWSessionsHelper
ETYPE=Class Helper
Declaration:
Delphi: |
public TIWSessionsHelper = class helper for TIWSessions; |
C++: |
public: class TIWSessionsHelper; |
Unit: IWApplication.pas
Description: The purpose of this class helper is to provide methods to be called in place of anonymous methods that we used in our Delphi code. FPC up to 3.2.2 (and to be released 3.2.4) don't support anonymous method yet. So we replace them with regular object methods and the "context capture" is done using records, more precisely one type of record per method that needs it. When the next version after 3.2.4 comes out, this could be possibly be replaced by anonymous methods again