Control properties not included in the Property Inspector
Phil Davis
revdev at pdslabs.net
Mon Nov 6 16:49:49 EST 2017
put the properties of <your object> into tProps
On 11/6/17 1:47 PM, Phil Davis via use-livecode wrote:
> Try:
> put the properties of field "fldCustID" into tProps
> put the keys of tProps
>
> That will give you all the keys of the properties array, but keep in
> mind that a few of the properties may be arrays themselves.
>
> Phil Davis
>
>
> On 11/6/17 1:14 PM, Alejandro Tejada via use-livecode wrote:
>> Bob Sneidar wrote:
>>> put the Properties of field "fldCustID" into tProps;put
>>> printKeys(tProps)
>> The Message Box produces an error:
>> Object does not exists
>> Hint: fldCustID
>>
>> Al
>>
>> On Mon, Nov 6, 2017 at 3:31 PM, Alejandro Tejada
>> <capellan2000 at gmail.com>
>> wrote:
>>> Hi All,
>>>
>>> Where could I find a list of control properties that
>>> are not included within the Property Inspector?
>>>
>>> For example:
>>> clipstoRect (a Boolean (true or false) property of groups)
>>> capsStyle (a property of graphics)
>>> joinStyle (a property of graphics)
>>> miterLimit (a property of graphics)
>>> fillRule (a property of graphics)
>>> and others...
>>>
>>> Thanks in advance!
>>>
>>> Al
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
--
Phil Davis
More information about the use-livecode
mailing list