Page 1 of 1

[How To] Create frame ( IWCGJQFrame | IWCGJQDialog )

PostPosted: 24 Sep 2013 14:29
by Alexander Bulei
This tutorial demonstrates how to create the IWCGJQFrame / IWCGJQDialog.

Do the following steps:

  1. Go to "File" > "New" -> "Other.."

    Image
  2. Select "CGDevTools" folder, then select "IWCG Frame" and click "OK"

    Image
  3. Wizard form:

    Image

    Legend:
    • 1 - Select the class of frame, can descend from our (TIWCGJQFrame) or from delphi (TFrame)
    • 2 - Select the class of IWFrameRegion, can be TIWCGJQRegion , TIWCGJQDialog or TIWRegion.
    • 3 - Create frame.

Best Regards.