<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
	<title>PlanSwift KB RSS</title>
	<description></description>
	<link>http://www.planswift.com/kb/</link>
	
	
	
	<item>
		<title>NewLabel</title>
		<link>http://www.planswift.com/kb/entry/1555/</link>
		<description>Syntax


	Function: NewLabel(Left, Top: Integer; Caption: String): TLabel; 


Description

Creates and returns a new TLabel object and sets the Left, Top and Caption properties. Do not attempt to destroy or free labels...</description>
		<category>Developer Documents/Scripting/Forms/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:19:32 -0500</pubDate>
	</item>
	
	<item>
		<title>Y</title>
		<link>http://www.planswift.com/kb/entry/511/</link>
		<description>Syntax


	Property: IItem.IPoint(X:Double; Y: Double);


Description

Get or Sets the Y coordinate of the IPoint


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

 








 ...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/IPoint/Property</category>
		<pubDate>Tue, 31 Jan 2012 00:11:59 -0500</pubDate>
	</item>
	
	<item>
		<title>X</title>
		<link>http://www.planswift.com/kb/entry/510/</link>
		<description>Syntax


	Property:IItem.IPoint( X: Double; Y: Double);


Description

Gets or Sets the X coordinate for the IPoint


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/IPoint/Property</category>
		<pubDate>Tue, 31 Jan 2012 00:10:30 -0500</pubDate>
	</item>
	
	<item>
		<title>NewItemEx</title>
		<link>http://www.planswift.com/kb/entry/2179/</link>
		<description>Syntax


	Function: IItem.NewItemEx(ItemType, AName: String; EditProperties: Boolean): IItem;


Description

Creates a new child item and returns the new item. 
If EditProperties is true then the property editor will be...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:08:28 -0500</pubDate>
	</item>
	
	<item>
		<title>DeleteItem</title>
		<link>http://www.planswift.com/kb/entry/2178/</link>
		<description>Syntax


	Function: IItem.DeleteItem(ItemPath: String): Boolean;


Description

Deletes the item specified by ItemPath from the system.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:07:44 -0500</pubDate>
	</item>
	
	<item>
		<title>PropertyItem</title>
		<link>http://www.planswift.com/kb/entry/502/</link>
		<description>Syntax


	Function: IItem.PropertyItem(Index: Integer);


Description

Returns the IPropertyObject at the given index.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:07:03 -0500</pubDate>
	</item>
	
	<item>
		<title>PropertyCount</title>
		<link>http://www.planswift.com/kb/entry/501/</link>
		<description>Syntax


	Function:IItem.PropertyCount: Integer;


Description

Returns the number of properties for this item.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

 








  ...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:06:22 -0500</pubDate>
	</item>
	
	<item>
		<title>PointCount</title>
		<link>http://www.planswift.com/kb/entry/500/</link>
		<description>Syntax


	Function:IItem.PointCount: Integer;


Description

Returns the number of digitizer points for the item.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

 








...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:05:39 -0500</pubDate>
	</item>
	
	<item>
		<title>ParentItem</title>
		<link>http://www.planswift.com/kb/entry/499/</link>
		<description>Syntax


	Function:IItem.ParentItem: IItem;


Description

Returns the parent to the Item.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

 








   Delphi (Pascal)

 ...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:04:56 -0500</pubDate>
	</item>
	
	<item>
		<title>NewSection</title>
		<link>http://www.planswift.com/kb/entry/498/</link>
		<description>Syntax


	Function: IItem.NewSection(AName: String = &#039;&#039;): IItem;


Description

Creates a new section for the Item. If the Item is not a draw object this function returns Nil.


$(function() &amp;#123;...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:03:48 -0500</pubDate>
	</item>
	
	<item>
		<title>NewProperty</title>
		<link>http://www.planswift.com/kb/entry/497/</link>
		<description>Syntax


	Function: IItem.NewProperty(PropertyName: String; AFormula: String = &#039;&#039;; PropertyType: PropertyTypes = ptNumber): IPropertyObject;


Description

Creates a new property as specified and returns the new...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:03:00 -0500</pubDate>
	</item>
	
	<item>
		<title>NewItem</title>
		<link>http://www.planswift.com/kb/entry/496/</link>
		<description>Syntax


	Function: IItem.NewItem(ItemType: String; AName: String = &#039;&#039;): IItem;


Description

Creates a new child item and returns the new item.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Tue, 31 Jan 2012 00:02:07 -0500</pubDate>
	</item>
	
	<item>
		<title>GUID</title>
		<link>http://www.planswift.com/kb/entry/495/</link>
		<description>Syntax


	Function: IItem.GUID: String;


Description

Returns the GUID for the Item.


$(function() &amp;#123; 				

$(&quot;#tabs&quot;).tabs(); 	

&amp;#125;);



Code Reference

 








   Delphi (Pascal)

   VB...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Mon, 30 Jan 2012 23:59:38 -0500</pubDate>
	</item>
	
	<item>
		<title>GetPropertyResultAsString</title>
		<link>http://www.planswift.com/kb/entry/494/</link>
		<description>Syntax


	Function: IItem.GetPropertyResultAsString(ItemPath, PropertyName: String; Default String = &#039;&#039;): String;


Description

Returns the result value of the given property. Returns Default if the property is not...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Mon, 30 Jan 2012 23:58:30 -0500</pubDate>
	</item>
	
	<item>
		<title>GetPropertyResultAsInteger</title>
		<link>http://www.planswift.com/kb/entry/493/</link>
		<description>Syntax


	Function: IItem.GetPropertyResultAsInteger(ItemPath, PropertyName: String; Default: Integer = 0): Integer;


Description

Attempts to return the property value as an Integer. If the calculated value can not be...</description>
		<category>Developer Documents/COM Object Model/IPlanswift/IItems/Functions</category>
		<pubDate>Mon, 30 Jan 2012 23:57:22 -0500</pubDate>
	</item>
	
	
</channel>
</rss>
