<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Enum_SLScope.TSLScopePointsShape</id>
		<title>Enum SLScope.TSLScopePointsShape - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Enum_SLScope.TSLScopePointsShape"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Enum_SLScope.TSLScopePointsShape&amp;action=history"/>
		<updated>2026-05-14T04:41:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Enum_SLScope.TSLScopePointsShape&amp;diff=3918&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Enum_SLScope.TSLScopePointsShape&amp;diff=3918&amp;oldid=prev"/>
				<updated>2011-11-22T00:20:21Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabScopePkg|SignalLabScopePkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit SLScope|SLScope]]&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TSLScopePointsShape = ([[Enum item SLScope.TSLScopePointsShape.psCircle|psCircle]], [[Enum item SLScope.TSLScopePointsShape.psSquare|psSquare]], [[Enum item SLScope.TSLScopePointsShape.psDiamond|psDiamond]], [[Enum item SLScope.TSLScopePointsShape.psPlus|psPlus]], [[Enum item SLScope.TSLScopePointsShape.psCross|psCross]], [[Enum item SLScope.TSLScopePointsShape.psStar|psStar]]);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''enum''' TSLScopePointsShape {[[Enum item SLScope.TSLScopePointsShape.psCircle|psCircle]], [[Enum item SLScope.TSLScopePointsShape.psSquare|psSquare]], [[Enum item SLScope.TSLScopePointsShape.psDiamond|psDiamond]], [[Enum item SLScope.TSLScopePointsShape.psPlus|psPlus]], [[Enum item SLScope.TSLScopePointsShape.psCross|psCross]], [[Enum item SLScope.TSLScopePointsShape.psStar|psStar]]};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''enum''' CTSLScopePointsShape {[[Enum item SLScope.TSLScopePointsShape.psCircle|psCircle]], [[Enum item SLScope.TSLScopePointsShape.psSquare|psSquare]], [[Enum item SLScope.TSLScopePointsShape.psDiamond|psDiamond]], [[Enum item SLScope.TSLScopePointsShape.psPlus|psPlus]], [[Enum item SLScope.TSLScopePointsShape.psCross|psCross]], [[Enum item SLScope.TSLScopePointsShape.psStar|psStar]]};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Channel point display shapes enumeration. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines the channel point display shapes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psCircle|psCircle]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:CirclePointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psCross|psCross]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:CrossPointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psDiamond|psDiamond]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:DiamondPointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psPlus|psPlus]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:PlusPointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psSquare|psSquare]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:SquarePointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Enum item SLScope.TSLScopePointsShape.psStar|psStar]] mode:&lt;br /&gt;
&lt;br /&gt;
[[Image:StarPointModeDemo.png]]&lt;br /&gt;
&lt;br /&gt;
== Values ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psCircle|psCircle]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psSquare|psSquare]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psDiamond|psDiamond]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psPlus|psPlus]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psCross|psCross]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item SLScope.TSLScopePointsShape.psStar|psStar]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Enums]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>