|
|
|
|
|
AttachPointDeleteAll (Function) In french: PointDAttacheSupprimeTout Deletes all the connection points for a control. Reminder: Attachment points allow you to use a Wire control on a queue field. As long as the control has no connection point, no wire can leave from the control or arrive to the control.
AttachPointDeleteAll(IMG_Logo)
IdPointDattache is int
IdPointDattache = AttachPointAdd(IMG_Logo, 100, 30))
NomFil is Control
NomFil <- ControlCreate("", typWire)
NomFil.ChampDépart = IMG_Logo
NomFil.ChampArrivée = BTN_Modifier
NomFil.PointDAttacheDépart = IdPointDattache
Syntax
AttachPointDeleteAll(<Control used>)
<Control used>: Control name Name of the control for which all the connection points must be deleted. Remarks - AttachPointAdd adds a new connection point.
- The AttachPointEnd and AttachPointStart properties allow you to handle these new connection points.
- As long as the control has no connection point, no wire can leave from the control or arrive to the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|