Category Drawings and detail, Object ProDtlvartext

Function ProDtlvartextDataGet


Description
Get var text data.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlvartextDataGet(
ProDtlvartext vartext
/* (In)
The pointer to variable text structure.
*/
ProLine prompt
/* (Out)
The prompt.
*/
ProLine value
/* (Out)
The value.
*/
)
Returns
PRO_TK_NO_ERRORThe function retrieve data.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Variable Text

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )