|
<< Click to Display Table of Contents >> Navigation: Classes > TIWForm > Methods > AddToInitProc |
Use this method to add any JavaScript code to be executed when the form is rendered in the browser.
SIGNATURE=IWForm.TIWForm.AddToInitProc@string
ETYPE=Method
Declaration:
Delphi: |
public procedure AddToInitProc(const ACode: string); |
C++: |
void public: __fastcall AddToInitProc(const String ACode); |
Description: This is AddToInitProc, a member of class TIWForm.