Jump to content
Developer Wiki and Function Reference Links ×

Defining the Dialog Controls


luiso

Recommended Posts

Sorry (also for my bad english):

The examples (dialog) are very dificult for me.

I need understand why the procedure CreateDialog in the VectorWorkHelp don't run:

procedure CreateDialog;

VAR

id: LONGINT;

result : LONGINT;

BEGIN

id := CreateLayout('Revise Layer Link', TRUE, 'Update', 'Cancel');

result := RunLayoutDialog(id,NULL);

END;

RUN(CreateDialog);

Thank You.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...