API Component.Property.GetFilter

From Flowcode Help
Revision as of 11:08, 10 June 2013 by JonnyW (talk | contribs) (XML Import to change Variable types into Variable Types)
Jump to navigationJump to search

<sidebar>API contents</sidebar> Gets a components property filter string for lists, files, etc

Class hierarchy

Component

Property
GetFilter

Parameters

HANDLE Handle

The component handle of the property owner

STRING Property

The textual name of the property


Return value

STRING

Returns the components property filter string for lists, files, etc


Detailed description

No additional information


Examples

Calling in a calculation

  • Declare a variable 'result' of type STRING
  • Add to a calculation icon:
    result = ::Component.Property.GetFilter(handle, "property")

No additional information