Jump to content

Strict Type Definition: Difference between revisions

From LabVIEW Wiki
m clarified that cannot edit properties of strict type definition instances
Lui (talk | contribs)
No edit summary
Line 1: Line 1:
A strict type definition is like a [[Type Definition|type definition]] but you cannot edit any properties (such as size, position, or colors) of the instances -- all instances share the properties of the strict type definition.
A strict type definition [STD] is like a [[Type Definition|type definition]] with well-defined appearance. This means that all instances of STD's share the appearance of that STD, e.g. their properties cannot be changed (except of label, caption and enable-state). This iis handy whenever the size, color etc. needs to be fixed. Think of sophisticated screen designes or stacked STDs.


==See Also==
==See Also==

Revision as of 07:04, 13 June 2007

A strict type definition [STD] is like a type definition with well-defined appearance. This means that all instances of STD's share the appearance of that STD, e.g. their properties cannot be changed (except of label, caption and enable-state). This iis handy whenever the size, color etc. needs to be fixed. Think of sophisticated screen designes or stacked STDs.

See Also

External Links

  • Creating Type Definitions and Strict Type Definitions[1]