[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

SA_PubName

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

Declaration

Source position: intuition.pas line 1248

const SA_PubName = SA_Dummy + 15;

Description

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.


Documentation generated on: 2017-01-10