Jump to content

Strict Type Definition: Difference between revisions

From LabVIEW Wiki
Lui (talk | contribs)
No edit summary
Lui (talk | contribs)
No edit summary
Line 1: Line 1:
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.
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.<br />
STDs are created by saving as this type of control - similar to 'simple' type definitions.


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

Revision as of 07:25, 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.
STDs are created by saving as this type of control - similar to 'simple' type definitions.

See Also

External Links

  • Creating Type Definitions and Strict Type Definitions[1]