Jump to content

Strict Type Definition: Difference between revisions

From LabVIEW Wiki
m Added image to clarify how to make a CTL a typdef
Bryan (talk | contribs)
m Updated link to NI URL for TypDefs and their creation to match same format as was used on TypeDef LabVIEW Wiki page.
Line 11: Line 11:


==External Links==
==External Links==
* Creating Type Definitions and Strict Type Definitions[http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/creating_type_defs/]
* [http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/creating_type_defs/ Creating Type Definitions and Strict Type Definitions]


[[Category:user interface]]
[[Category:user interface]]
[[Category:User interface]]

Revision as of 12:14, 25 January 2019

A strict type definition [STD] is like a type definition with well-defined appearance.

Well-defined appearance 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 is handy whenever the size, color etc. needs to be fixed. Think of sophisticated screen designs or stacked STDs. STDs are created by saving as this type of control - similar to 'simple' type definitions.

See Also

External Links