Jump to content
Developer Wiki and Function Reference Links ×

Control point visibility


Recommended Posts

The visibility of this call is FALSE in the normal VS documentation! Thanks to DWorks, I started to look for it and found it!

I have some PIOs where the control points are needed only in some circumstances and then others that would benefit from more of them, but the user interface has been a problem.

SetCntrlPtVis

Description

Sets the visibility of the specified control point.

PROCEDURE SetCntrlPtVis(

inCustomObj :HANDLE;

inContrlPtIndex :INTEGER;

inIsVisible :BOOLEAN);

Parameters

inCustomObj HANDLE

inContrlPtIndex INTEGER

inIsVisible BOOLEAN

Eg. SetCntrlPtVis(obHan, 1, FALSE);

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...