Tag start for OpenScreenTagList() Presence of this tag means that the screen is to be a public screen. Please specify beforeSA_PubSig and SA_PubTask
Source position: intuition.pas line 2000
const SA_PubName = SA_Dummy + $000F; |
Presence of this tag means that the screen is to be a public screen. Data is a PChar. The string is the name of the public screen which is used by other applications to find the screen. This tag is order dependent, specify before SA_PubSig and SA_PubTask.